#077202

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

Shades of Green #077202

Tints of Green #077202

Color information

#077202 (or 0x077202) is unknown color: approx Green. HEX triplet: 07, 72 and 02. RGB value is (7,114,2). Sum of RGB (Red+Green+Blue) = 7+114+2=123 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.69% from 123); Green value is 114 (44.92% from 255 or 92.68% from 123); Blue value is 2 (1.17% from 255 or 1.63% from 123); Max value from RGB is 114 - color contains mainly: green. Hex color #077202 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #077202 is #F88DFD. Grayscale: #454545. Windows color (decimal): -16289278 or 160263. OLE color: 160263.

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

Color convert

RGB71142-
CMYK0.9400.980.55
HSL117.32º96.55%22.75%-
HSV(B)117.32º98.25%44.71%-
XYZ6.1212.082.07-
YUV69.2490.0583.61-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.69%
GREEN value IS 114 (44.92% from 255) = 92.68%
BLUE value IS 2 (1.17% from 255) = 1.63%
R=5.69%
G=92.68%
B=1.63%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal711420.9400.980.55117.3296.5522.75
Hex77225E06237756117
Octal7162213601426716514127
Binary1111110010101011110011000101101111110101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077202; }

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

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

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

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

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

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

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

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