#08765D

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

Shades of Tropical Rain Forest #08765D

Tints of Tropical Rain Forest #08765D

Color information

#08765D (or 0x08765D) is unknown color: approx Tropical Rain Forest. HEX triplet: 08, 76 and 5D. RGB value is (8,118,93). Sum of RGB (Red+Green+Blue) = 8+118+93=219 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.65% from 219); Green value is 118 (46.48% from 255 or 53.88% from 219); Blue value is 93 (36.72% from 255 or 42.47% from 219); Max value from RGB is 118 - color contains mainly: green. Hex color #08765D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08765D is #F789A2. Grayscale: #525252. Windows color (decimal): -16222627 or 6125064. OLE color: 6125064.

HSL color Cylindrical-coordinate representation of color #08765D: hue angle of 166.36º 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 #08765D is Cyan = 0.93, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB811893-
CMYK0.9300.210.54
HSL166.36º87.3%24.71%-
HSV(B)166.36º93.22%46.27%-
XYZ8.5513.812.57-
YUV82.26134.0675.03-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.65%
GREEN value IS 118 (46.48% from 255) = 53.88%
BLUE value IS 93 (36.72% from 255) = 42.47%
R=3.65%
G=53.88%
B=42.47%

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
Decimal8118930.9300.210.54166.3687.324.71
Hex8765D5D01536a65719
Octal101661351350256624612731
Binary100011101101011101101110101010111011010100110101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08765D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08765D; }

 p { color: rgb(8,118,93); }

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

<style>
 a { background-color: #08765D; }

 a { background-color: rgb(8,118,93); }

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

<style>
 span { border-color: #08765D; }

 span { border-color: rgb(8,118,93); }

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