Html Css Color HEX #078061 Tropical Rain Forest

📋 copy color: '#078061'

red 7 ◦ green 128 ◦ blue 97

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

Shades of Tropical Rain Forest #078061

Tints of Tropical Rain Forest #078061

RGB

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

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

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

R = 3.02%
G = 55.17%
B = 41.81%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.24

 K value IS 0.50

RGB Variations

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

Color information

#078061 (or 0x078061) is known color: Tropical Rain Forest. HEX triplet: 07, 80 and 61. RGB value is (7,128,97). Sum of RGB (Red+Green+Blue) = 7+128+97=232 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.02% from 232); Green value is 128 (50.39% from 255 or 55.17% from 232); Blue value is 97 (38.28% from 255 or 41.81% from 232); Max value from RGB is 128 - color contains mainly: green. Hex color #078061 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078061 is #F87F9E. Grayscale: #585858. Windows color (decimal): -16285599 or 6389767. OLE color: 6389767.

HSL color Cylindrical-coordinate representation of color #078061: hue angle of 164.63º 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 #078061 is Cyan = 0.95, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.50.

Color convert

RGB 7 128 97 -
CMYK 0.95 0 0.24 0.50
HSL 164.63º 0.9% 0.26% -
HSV(B) 164.63º 0.95% 0.5% -
XYZ 9.96 16.35 13.94 -
YUV 88.29 132.91 70.02 -
System Red Green Blue C M Y K H S L
Decimal 7 128 97 0.95 0 0.24 0.50 164.63 0.9 0.26
Hex 7 80 61 5F 0 18 32 A5 5A 1A
Octal 7 200 141 137 0 30 62 245 132 32
Binary 111 10000000 1100001 1011111 0 11000 110010 10100101 1011010 11010

Color Harmonies of #078061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078061

Black with #078061

Text Example


Text Example

White with #078061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #078061; }

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

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

background-color css

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

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

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

border-color css

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

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

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