Html Css Color HEX #078060 Tropical Rain Forest

📋 copy color: '#078060'

red 7 ◦ green 128 ◦ blue 96

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

Shades of Tropical Rain Forest #078060

Tints of Tropical Rain Forest #078060

RGB

 RED value IS 7 (3.13% from 255) = 3.03%

 GREEN value IS 128 (50.39% from 255) = 55.41%

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

R = 3.03%
G = 55.41%
B = 41.56%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.25

 K value IS 0.50

RGB Variations

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

Color information

#078060 (or 0x078060) is known color: Tropical Rain Forest. HEX triplet: 07, 80 and 60. RGB value is (7,128,96). Sum of RGB (Red+Green+Blue) = 7+128+96=231 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.03% from 231); Green value is 128 (50.39% from 255 or 55.41% from 231); Blue value is 96 (37.89% from 255 or 41.56% from 231); Max value from RGB is 128 - color contains mainly: green. Hex color #078060 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078060 is #F87F9F. Grayscale: #585858. Windows color (decimal): -16285600 or 6324231. OLE color: 6324231.

HSL color Cylindrical-coordinate representation of color #078060: hue angle of 164.13º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078060 is Cyan = 0.95, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.50.

Color convert

RGB 7 128 96 -
CMYK 0.95 0 0.25 0.50
HSL 164.13º 0.9% 0.26% -
HSV(B) 164.13º 0.95% 0.5% -
XYZ 9.92 16.33 13.7 -
YUV 88.17 132.41 70.1 -
System Red Green Blue C M Y K H S L
Decimal 7 128 96 0.95 0 0.25 0.50 164.13 0.9 0.26
Hex 7 80 60 5F 0 19 32 A4 5A 1A
Octal 7 200 140 137 0 31 62 244 132 32
Binary 111 10000000 1100000 1011111 0 11001 110010 10100100 1011010 11010

Color Harmonies of #078060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078060

Black with #078060

Text Example


Text Example

White with #078060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #078060; }

 p { color: rgb(7,128,96); }

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

background-color css

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

 a { background-color: rgb(7,128,96); }

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

border-color css

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

 span { border-color: rgb(7,128,96); }

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