#077312

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

Shades of Green #077312

Tints of Green #077312

Color information

#077312 (or 0x077312) is unknown color: approx Green. HEX triplet: 07, 73 and 12. RGB value is (7,115,18). Sum of RGB (Red+Green+Blue) = 7+115+18=140 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5% from 140); Green value is 115 (45.31% from 255 or 82.14% from 140); Blue value is 18 (7.42% from 255 or 12.86% from 140); Max value from RGB is 115 - color contains mainly: green. Hex color #077312 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #077312 is #F88CED. Grayscale: #474747. Windows color (decimal): -16289006 or 1209095. OLE color: 1209095.

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

Color convert

RGB711518-
CMYK0.9400.840.55
HSL126.11º88.52%23.92%-
HSV(B)126.11º93.91%45.1%-
XYZ6.3312.352.62-
YUV71.6597.7281.89-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5%
GREEN value IS 115 (45.31% from 255) = 82.14%
BLUE value IS 18 (7.42% from 255) = 12.86%
R=5%
G=82.14%
B=12.86%

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
Decimal7115180.9400.840.55126.1188.5223.92
Hex773125E054377e5918
Octal71632213601246717613130
Binary1111110011100101011110010101001101111111110101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077312; }

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

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

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

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

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

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

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

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