Html Css Color HEX #087A5F Tropical Rain Forest

📋 copy color: '#087A5F'

red 8 ◦ green 122 ◦ blue 95

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

Shades of Tropical Rain Forest #087A5F

Tints of Tropical Rain Forest #087A5F

RGB

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

 GREEN value IS 122 (48.05% from 255) = 54.22%

 BLUE value IS 95 (37.5% from 255) = 42.22%

R = 3.56%
G = 54.22%
B = 42.22%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.22

 K value IS 0.52

RGB Variations

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

Color information

#087A5F (or 0x087A5F) is known color: Tropical Rain Forest. HEX triplet: 08, 7A and 5F. RGB value is (8,122,95). Sum of RGB (Red+Green+Blue) = 8+122+95=225 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.56% from 225); Green value is 122 (48.05% from 255 or 54.22% from 225); Blue value is 95 (37.5% from 255 or 42.22% from 225); Max value from RGB is 122 - color contains mainly: green. Hex color #087A5F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087A5F is #F785A0. Grayscale: #545454. Windows color (decimal): -16221601 or 6257160. OLE color: 6257160.

HSL color Cylindrical-coordinate representation of color #087A5F: hue angle of 165.79º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #087A5F is Cyan = 0.93, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.52.

Color convert

RGB 8 122 95 -
CMYK 0.93 0 0.22 0.52
HSL 165.79º 0.88% 0.25% -
HSV(B) 165.79º 0.93% 0.48% -
XYZ 9.13 14.8 13.2 -
YUV 84.84 133.73 73.2 -
System Red Green Blue C M Y K H S L
Decimal 8 122 95 0.93 0 0.22 0.52 165.79 0.88 0.25
Hex 8 7A 5F 5D 0 16 34 A6 58 19
Octal 10 172 137 135 0 26 64 246 130 31
Binary 1000 1111010 1011111 1011101 0 10110 110100 10100110 1011000 11001

Color Harmonies of #087A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087A5F

Black with #087A5F

Text Example


Text Example

White with #087A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087A5F; }

 p { color: rgb(8,122,95); }

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

background-color css

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

 a { background-color: rgb(8,122,95); }

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

border-color css

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

 span { border-color: rgb(8,122,95); }

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