Html Css Color HEX #087260 Tropical Rain Forest

📋 copy color: '#087260'

red 8 ◦ green 114 ◦ blue 96

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

Shades of Tropical Rain Forest #087260

Tints of Tropical Rain Forest #087260

RGB

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

 GREEN value IS 114 (44.92% from 255) = 52.29%

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

R = 3.67%
G = 52.29%
B = 44.04%

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

#087260 (or 0x087260) is known color: Tropical Rain Forest. HEX triplet: 08, 72 and 60. RGB value is (8,114,96). Sum of RGB (Red+Green+Blue) = 8+114+96=218 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.67% from 218); Green value is 114 (44.92% from 255 or 52.29% from 218); Blue value is 96 (37.89% from 255 or 44.04% from 218); Max value from RGB is 114 - color contains mainly: green. Hex color #087260 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #087260 is #F78D9F. Grayscale: #505050. Windows color (decimal): -16223648 or 6320648. OLE color: 6320648.

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

Color convert

RGB 8 114 96 -
CMYK 0.93 0 0.16 0.55
HSL 169.81º 0.87% 0.24% -
HSV(B) 169.81º 0.93% 0.45% -
XYZ 8.23 12.93 13.13 -
YUV 80.25 136.88 76.46 -
System Red Green Blue C M Y K H S L
Decimal 8 114 96 0.93 0 0.16 0.55 169.81 0.87 0.24
Hex 8 72 60 5D 0 10 37 AA 57 18
Octal 10 162 140 135 0 20 67 252 127 30
Binary 1000 1110010 1100000 1011101 0 10000 110111 10101010 1010111 11000

Color Harmonies of #087260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087260

Black with #087260

Text Example


Text Example

White with #087260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087260; }

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

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

background-color css

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

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

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

border-color css

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

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

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