Html Css Color HEX #087060 Tropical Rain Forest

📋 copy color: '#087060'

red 8 ◦ green 112 ◦ blue 96

#087060
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tropical Rain Forest #087060

Tints of Tropical Rain Forest #087060

RGB

 RED value IS 8 (3.52% from 255) = 3.7%

 GREEN value IS 112 (44.14% from 255) = 51.85%

 BLUE value IS 96 (37.89% from 255) = 44.44%

R = 3.7%
G = 51.85%
B = 44.44%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#087060 (or 0x087060) is known color: Tropical Rain Forest. HEX triplet: 08, 70 and 60. RGB value is (8,112,96). Sum of RGB (Red+Green+Blue) = 8+112+96=216 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.70% from 216); Green value is 112 (44.14% from 255 or 51.85% from 216); Blue value is 96 (37.89% from 255 or 44.44% from 216); Max value from RGB is 112 - color contains mainly: green. Hex color #087060 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087060 is #F78F9F. Grayscale: #4F4F4F. Windows color (decimal): -16224160 or 6320136. OLE color: 6320136.

HSL color Cylindrical-coordinate representation of color #087060: hue angle of 170.77º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #087060 is Cyan = 0.93, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB 8 112 96 -
CMYK 0.93 0 0.14 0.56
HSL 170.77º 0.87% 0.24% -
HSV(B) 170.77º 0.93% 0.44% -
XYZ 8.01 12.48 13.05 -
YUV 79.08 137.54 77.3 -
System Red Green Blue C M Y K H S L
Decimal 8 112 96 0.93 0 0.14 0.56 170.77 0.87 0.24
Hex 8 70 60 5D 0 E 38 AB 57 18
Octal 10 160 140 135 0 16 70 253 127 30
Binary 1000 1110000 1100000 1011101 0 1110 111000 10101011 1010111 11000

Color Harmonies of #087060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087060

Black with #087060

Text Example


Text Example

White with #087060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087060; }

 p { color: rgb(8,112,96); }

 H1.HeaderClassName
 {
   color: #087060;
 }
 .AnyTagClassName
 {
   color: #087060;
 }
</style>

background-color css

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

 a { background-color: rgb(8,112,96); }

 div.DivClassName
 {
   background-color: #087060;
 }
 .BgClassName
 {
   background-color: #087060;
 }
</style>

border-color css

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

 span { border-color: rgb(8,112,96); }

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