Html Css Color HEX #087461 Tropical Rain Forest

📋 copy color: '#087461'

red 8 ◦ green 116 ◦ blue 97

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

Shades of Tropical Rain Forest #087461

Tints of Tropical Rain Forest #087461

RGB

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

 GREEN value IS 116 (45.7% from 255) = 52.49%

 BLUE value IS 97 (38.28% from 255) = 43.89%

R = 3.62%
G = 52.49%
B = 43.89%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#087461 (or 0x087461) is known color: Tropical Rain Forest. HEX triplet: 08, 74 and 61. RGB value is (8,116,97). Sum of RGB (Red+Green+Blue) = 8+116+97=221 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.62% from 221); Green value is 116 (45.70% from 255 or 52.49% from 221); Blue value is 97 (38.28% from 255 or 43.89% from 221); Max value from RGB is 116 - color contains mainly: green. Hex color #087461 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087461 is #F78B9E. Grayscale: #515151. Windows color (decimal): -16223135 or 6386696. OLE color: 6386696.

HSL color Cylindrical-coordinate representation of color #087461: hue angle of 169.44º 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 #087461 is Cyan = 0.93, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB 8 116 97 -
CMYK 0.93 0 0.16 0.55
HSL 169.44º 0.87% 0.24% -
HSV(B) 169.44º 0.93% 0.45% -
XYZ 8.5 13.41 13.45 -
YUV 81.54 136.72 75.54 -
System Red Green Blue C M Y K H S L
Decimal 8 116 97 0.93 0 0.16 0.55 169.44 0.87 0.24
Hex 8 74 61 5D 0 10 37 A9 57 18
Octal 10 164 141 135 0 20 67 251 127 30
Binary 1000 1110100 1100001 1011101 0 10000 110111 10101001 1010111 11000

Color Harmonies of #087461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087461

Black with #087461

Text Example


Text Example

White with #087461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087461; }

 p { color: rgb(8,116,97); }

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

background-color css

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

 a { background-color: rgb(8,116,97); }

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

border-color css

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

 span { border-color: rgb(8,116,97); }

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