#08725E

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

Shades of Tropical Rain Forest #08725E

Tints of Tropical Rain Forest #08725E

Color information

#08725E (or 0x08725E) is unknown color: approx Tropical Rain Forest. HEX triplet: 08, 72 and 5E. RGB value is (8,114,94). Sum of RGB (Red+Green+Blue) = 8+114+94=216 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.70% from 216); Green value is 114 (44.92% from 255 or 52.78% from 216); Blue value is 94 (37.11% from 255 or 43.52% from 216); Max value from RGB is 114 - color contains mainly: green. Hex color #08725E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08725E is #F78DA1. Grayscale: #505050. Windows color (decimal): -16223650 or 6189576. OLE color: 6189576.

HSL color Cylindrical-coordinate representation of color #08725E: hue angle of 168.68º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08725E is Cyan = 0.93, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB811494-
CMYK0.9300.180.55
HSL168.68º86.89%23.92%-
HSV(B)168.68º92.98%44.71%-
XYZ8.1412.8912.65-
YUV80.03135.8876.63-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.70%
GREEN value IS 114 (44.92% from 255) = 52.78%
BLUE value IS 94 (37.11% from 255) = 43.52%
R=3.70%
G=52.78%
B=43.52%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8114940.9300.180.55168.6886.8923.92
Hex8725E5D01237a95718
Octal101621361350226725112730
Binary100011100101011110101110101001011011110101001101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08725E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08725E; }

 p { color: rgb(8,114,94); }

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

<style>
 a { background-color: #08725E; }

 a { background-color: rgb(8,114,94); }

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

<style>
 span { border-color: #08725E; }

 span { border-color: rgb(8,114,94); }

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