#08775A

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

Shades of Tropical Rain Forest #08775A

Tints of Tropical Rain Forest #08775A

Color information

#08775A (or 0x08775A) is unknown color: approx Tropical Rain Forest. HEX triplet: 08, 77 and 5A. RGB value is (8,119,90). Sum of RGB (Red+Green+Blue) = 8+119+90=217 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.69% from 217); Green value is 119 (46.88% from 255 or 54.84% from 217); Blue value is 90 (35.55% from 255 or 41.47% from 217); Max value from RGB is 119 - color contains mainly: green. Hex color #08775A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08775A is #F788A5. Grayscale: #525252. Windows color (decimal): -16222374 or 5928712. OLE color: 5928712.

HSL color Cylindrical-coordinate representation of color #08775A: hue angle of 164.32º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08775A is Cyan = 0.93, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB811990-
CMYK0.9300.240.53
HSL164.32º87.4%24.9%-
HSV(B)164.32º93.28%46.67%-
XYZ8.5413.9811.92-
YUV82.5132.2374.86-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.69%
GREEN value IS 119 (46.88% from 255) = 54.84%
BLUE value IS 90 (35.55% from 255) = 41.47%
R=3.69%
G=54.84%
B=41.47%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal8119900.9300.240.53164.3287.424.9
Hex8775A5D01835a45719
Octal101671321350306524412731
Binary100011101111011010101110101100011010110100100101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08775A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08775A; }

 p { color: rgb(8,119,90); }

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

<style>
 a { background-color: #08775A; }

 a { background-color: rgb(8,119,90); }

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

<style>
 span { border-color: #08775A; }

 span { border-color: rgb(8,119,90); }

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