Html Css Color HEX #087961 Tropical Rain Forest

📋 copy color: '#087961'

red 8 ◦ green 121 ◦ blue 97

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

Shades of Tropical Rain Forest #087961

Tints of Tropical Rain Forest #087961

RGB

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

 GREEN value IS 121 (47.66% from 255) = 53.54%

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

R = 3.54%
G = 53.54%
B = 42.92%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.20

 K value IS 0.53

RGB Variations

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

Color information

#087961 (or 0x087961) is known color: Tropical Rain Forest. HEX triplet: 08, 79 and 61. RGB value is (8,121,97). Sum of RGB (Red+Green+Blue) = 8+121+97=226 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.54% from 226); Green value is 121 (47.66% from 255 or 53.54% from 226); Blue value is 97 (38.28% from 255 or 42.92% from 226); Max value from RGB is 121 - color contains mainly: green. Hex color #087961 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087961 is #F7869E. Grayscale: #545454. Windows color (decimal): -16221855 or 6387976. OLE color: 6387976.

HSL color Cylindrical-coordinate representation of color #087961: hue angle of 167.26º degrees, saturation: 0.88, 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 #087961 is Cyan = 0.93, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.53.

Color convert

RGB 8 121 97 -
CMYK 0.93 0 0.20 0.53
HSL 167.26º 0.88% 0.25% -
HSV(B) 167.26º 0.93% 0.47% -
XYZ 9.1 14.59 13.65 -
YUV 84.48 135.06 73.45 -
System Red Green Blue C M Y K H S L
Decimal 8 121 97 0.93 0 0.20 0.53 167.26 0.88 0.25
Hex 8 79 61 5D 0 14 35 A7 58 19
Octal 10 171 141 135 0 24 65 247 130 31
Binary 1000 1111001 1100001 1011101 0 10100 110101 10100111 1011000 11001

Color Harmonies of #087961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087961

Black with #087961

Text Example


Text Example

White with #087961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087961; }

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

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

background-color css

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

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

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

border-color css

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

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

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