#00705B

Color #00705B Tropical Rain Forest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tropical Rain Forest #00705B

Tints of Tropical Rain Forest #00705B

Color information

#00705B (or 0x00705B) is unknown color: approx Tropical Rain Forest. HEX triplet: 00, 70 and 5B. RGB value is (0,112,91). Sum of RGB (Red+Green+Blue) = 0+112+91=203 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 203); Green value is 112 (44.14% from 255 or 55.17% from 203); Blue value is 91 (35.94% from 255 or 44.83% from 203); Max value from RGB is 112 - color contains mainly: green. Hex color #00705B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00705B is #FF8FA4. Grayscale: #4C4C4C. Windows color (decimal): -16748453 or 5992448. OLE color: 5992448.

HSL color Cylindrical-coordinate representation of color #00705B: hue angle of 168.75º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00705B is Cyan = 1, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB011291-
CMYK100.190.56
HSL168.75º100%21.96%-
HSV(B)168.75º100%43.92%-
XYZ7.6812.3411.88-
YUV76.12136.3973.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 112 (44.14% from 255) = 55.17%
BLUE value IS 91 (35.94% from 255) = 44.83%
R=0%
G=55.17%
B=44.83%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal011291100.190.56168.7510021.96
Hex0705B6401338a96416
Octal01601331440237025114426
Binary011100001011011110010001001111100010101001110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00705B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00705B; }

 p { color: rgb(0,112,91); }

 H1.HeaderClassName
 {
   color: #00705B;
 }
 .AnyTagClassName
 {
   color: #00705B;
 }
</style>
background-color css

<style>
 a { background-color: #00705B; }

 a { background-color: rgb(0,112,91); }

 div.DivClassName
 {
   background-color: #00705B;
 }
 .BgClassName
 {
   background-color: #00705B;
 }
</style>
border-color css

<style>
 span { border-color: #00705B; }

 span { border-color: rgb(0,112,91); }

 td.TdClassName
 {
   border-color: #00705B;
 }
 .TagClassName
 {
   border-color: #00705B;
 }
</style>