Html Css Color HEX #077032 Fun Green

📋 copy color: '#077032'

red 7 ◦ green 112 ◦ blue 50

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

Shades of Fun Green #077032

Tints of Fun Green #077032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 29.59%

R = 4.14%
G = 66.27%
B = 29.59%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.55

 K value IS 0.56

RGB Variations

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

Color information

#077032 (or 0x077032) is known color: Fun Green. HEX triplet: 07, 70 and 32. RGB value is (7,112,50). Sum of RGB (Red+Green+Blue) = 7+112+50=169 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.14% from 169); Green value is 112 (44.14% from 255 or 66.27% from 169); Blue value is 50 (19.92% from 255 or 29.59% from 169); Max value from RGB is 112 - color contains mainly: green. Hex color #077032 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #077032 is #F88FCD. Grayscale: #494949. Windows color (decimal): -16289742 or 3305479. OLE color: 3305479.

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

Color convert

RGB 7 112 50 -
CMYK 0.94 0 0.55 0.56
HSL 144.57º 0.88% 0.23% -
HSV(B) 144.57º 0.94% 0.44% -
XYZ 6.46 11.86 4.97 -
YUV 73.54 114.71 80.54 -
System Red Green Blue C M Y K H S L
Decimal 7 112 50 0.94 0 0.55 0.56 144.57 0.88 0.23
Hex 7 70 32 5E 0 37 38 91 58 17
Octal 7 160 62 136 0 67 70 221 130 27
Binary 111 1110000 110010 1011110 0 110111 111000 10010001 1011000 10111

Color Harmonies of #077032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #077032

Black with #077032

Text Example


Text Example

White with #077032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #077032; }

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

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

background-color css

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

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

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

border-color css

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

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

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