#08755C

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

Shades of Tropical Rain Forest #08755C

Tints of Tropical Rain Forest #08755C

Color information

#08755C (or 0x08755C) is unknown color: approx Tropical Rain Forest. HEX triplet: 08, 75 and 5C. RGB value is (8,117,92). Sum of RGB (Red+Green+Blue) = 8+117+92=217 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.69% from 217); Green value is 117 (46.09% from 255 or 53.92% from 217); Blue value is 92 (36.33% from 255 or 42.40% from 217); Max value from RGB is 117 - color contains mainly: green. Hex color #08755C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08755C is #F78AA3. Grayscale: #515151. Windows color (decimal): -16222884 or 6059272. OLE color: 6059272.

HSL color Cylindrical-coordinate representation of color #08755C: hue angle of 166.24º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08755C is Cyan = 0.93, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB811792-
CMYK0.9300.210.54
HSL166.24º87.2%24.51%-
HSV(B)166.24º93.16%45.88%-
XYZ8.3913.5512.3-
YUV81.56133.8975.53-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.69%
GREEN value IS 117 (46.09% from 255) = 53.92%
BLUE value IS 92 (36.33% from 255) = 42.40%
R=3.69%
G=53.92%
B=42.40%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal8117920.9300.210.54166.2487.224.51
Hex8755C5D01536a65719
Octal101651341350256624612731
Binary100011101011011100101110101010111011010100110101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08755C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08755C; }

 p { color: rgb(8,117,92); }

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

<style>
 a { background-color: #08755C; }

 a { background-color: rgb(8,117,92); }

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

<style>
 span { border-color: #08755C; }

 span { border-color: rgb(8,117,92); }

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