#077212

Color #077212 Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #077212

Tints of Green #077212

Color information

#077212 (or 0x077212) is unknown color: approx Green. HEX triplet: 07, 72 and 12. RGB value is (7,114,18). Sum of RGB (Red+Green+Blue) = 7+114+18=139 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.04% from 139); Green value is 114 (44.92% from 255 or 82.01% from 139); Blue value is 18 (7.42% from 255 or 12.95% from 139); Max value from RGB is 114 - color contains mainly: green. Hex color #077212 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #077212 is #F88DED. Grayscale: #474747. Windows color (decimal): -16289262 or 1208839. OLE color: 1208839.

HSL color Cylindrical-coordinate representation of color #077212: hue angle of 126.17º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077212 is Cyan = 0.94, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB711418-
CMYK0.9400.840.55
HSL126.17º88.43%23.73%-
HSV(B)126.17º93.86%44.71%-
XYZ6.2112.122.58-
YUV71.0698.0582.31-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.04%
GREEN value IS 114 (44.92% from 255) = 82.01%
BLUE value IS 18 (7.42% from 255) = 12.95%
R=5.04%
G=82.01%
B=12.95%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7114180.9400.840.55126.1788.4323.73
Hex772125E054377e5818
Octal71622213601246717613030
Binary1111110010100101011110010101001101111111110101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077212; }

 p { color: rgb(7,114,18); }

 H1.HeaderClassName
 {
   color: #077212;
 }
 .AnyTagClassName
 {
   color: #077212;
 }
</style>
background-color css

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

 a { background-color: rgb(7,114,18); }

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

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

 span { border-color: rgb(7,114,18); }

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