Html Css Color HEX #087164 Tropical Rain Forest

📋 copy color: '#087164'

red 8 ◦ green 113 ◦ blue 100

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

Shades of Tropical Rain Forest #087164

Tints of Tropical Rain Forest #087164

RGB

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

 GREEN value IS 113 (44.53% from 255) = 51.13%

 BLUE value IS 100 (39.45% from 255) = 45.25%

R = 3.62%
G = 51.13%
B = 45.25%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#087164 (or 0x087164) is known color: Tropical Rain Forest. HEX triplet: 08, 71 and 64. RGB value is (8,113,100). Sum of RGB (Red+Green+Blue) = 8+113+100=221 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.62% from 221); Green value is 113 (44.53% from 255 or 51.13% from 221); Blue value is 100 (39.45% from 255 or 45.25% from 221); Max value from RGB is 113 - color contains mainly: green. Hex color #087164 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087164 is #F78E9B. Grayscale: #505050. Windows color (decimal): -16223900 or 6582536. OLE color: 6582536.

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

Color convert

RGB 8 113 100 -
CMYK 0.93 0 0.12 0.56
HSL 172.57º 0.87% 0.24% -
HSV(B) 172.57º 0.93% 0.44% -
XYZ 8.31 12.78 14.09 -
YUV 80.12 139.21 76.56 -
System Red Green Blue C M Y K H S L
Decimal 8 113 100 0.93 0 0.12 0.56 172.57 0.87 0.24
Hex 8 71 64 5D 0 C 38 AD 57 18
Octal 10 161 144 135 0 14 70 255 127 30
Binary 1000 1110001 1100100 1011101 0 1100 111000 10101101 1010111 11000

Color Harmonies of #087164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087164

Black with #087164

Text Example


Text Example

White with #087164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087164; }

 p { color: rgb(8,113,100); }

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

background-color css

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

 a { background-color: rgb(8,113,100); }

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

border-color css

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

 span { border-color: rgb(8,113,100); }

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