Html Css Color HEX #077062 Tropical Rain Forest

📋 copy color: '#077062'

red 7 ◦ green 112 ◦ blue 98

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

Shades of Tropical Rain Forest #077062

Tints of Tropical Rain Forest #077062

RGB

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

 GREEN value IS 112 (44.14% from 255) = 51.61%

 BLUE value IS 98 (38.67% from 255) = 45.16%

R = 3.23%
G = 51.61%
B = 45.16%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#077062 (or 0x077062) is known color: Tropical Rain Forest. HEX triplet: 07, 70 and 62. RGB value is (7,112,98). Sum of RGB (Red+Green+Blue) = 7+112+98=217 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.23% from 217); Green value is 112 (44.14% from 255 or 51.61% from 217); Blue value is 98 (38.67% from 255 or 45.16% from 217); Max value from RGB is 112 - color contains mainly: green. Hex color #077062 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #077062 is #F88F9D. Grayscale: #4E4E4E. Windows color (decimal): -16289694 or 6451207. OLE color: 6451207.

HSL color Cylindrical-coordinate representation of color #077062: hue angle of 172º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077062 is Cyan = 0.94, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB 7 112 98 -
CMYK 0.94 0 0.13 0.56
HSL 172º 0.88% 0.23% -
HSV(B) 172º 0.94% 0.44% -
XYZ 8.09 12.52 13.54 -
YUV 79.01 138.71 76.64 -
System Red Green Blue C M Y K H S L
Decimal 7 112 98 0.94 0 0.13 0.56 172 0.88 0.23
Hex 7 70 62 5E 0 D 38 AC 58 17
Octal 7 160 142 136 0 15 70 254 130 27
Binary 111 1110000 1100010 1011110 0 1101 111000 10101100 1011000 10111

Color Harmonies of #077062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077062

Black with #077062

Text Example


Text Example

White with #077062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077062; }

 p { color: rgb(7,112,98); }

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

background-color css

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

 a { background-color: rgb(7,112,98); }

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

border-color css

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

 span { border-color: rgb(7,112,98); }

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