#076C05

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

Shades of Green #076C05

Tints of Green #076C05

Color information

#076C05 (or 0x076C05) is unknown color: approx Green. HEX triplet: 07, 6C and 05. RGB value is (7,108,5). Sum of RGB (Red+Green+Blue) = 7+108+5=120 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.83% from 120); Green value is 108 (42.58% from 255 or 90% from 120); Blue value is 5 (2.34% from 255 or 4.17% from 120); Max value from RGB is 108 - color contains mainly: green. Hex color #076C05 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076C05 is #F893FA. Grayscale: #424242. Windows color (decimal): -16290811 or 355335. OLE color: 355335.

HSL color Cylindrical-coordinate representation of color #076C05: hue angle of 118.83º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #076C05 is Cyan = 0.94, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.58.

Color convert

RGB71085-
CMYK0.9400.950.58
HSL118.83º91.15%22.16%-
HSV(B)118.83º95.37%42.35%-
XYZ5.4810.781.94-
YUV66.0693.5485.88-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.83%
GREEN value IS 108 (42.58% from 255) = 90%
BLUE value IS 5 (2.34% from 255) = 4.17%
R=5.83%
G=90%
B=4.17%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal710850.9400.950.58118.8391.1522.16
Hex76C55E05F3A775b16
Octal7154513601377216713326
Binary11111011001011011110010111111110101110111101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076C05; }

 p { color: rgb(7,108,5); }

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

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

 a { background-color: rgb(7,108,5); }

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

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

 span { border-color: rgb(7,108,5); }

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