#067005

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

Shades of Green #067005

Tints of Green #067005

Color information

#067005 (or 0x067005) is unknown color: approx Green. HEX triplet: 06, 70 and 05. RGB value is (6,112,5). Sum of RGB (Red+Green+Blue) = 6+112+5=123 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.88% from 123); Green value is 112 (44.14% from 255 or 91.06% from 123); Blue value is 5 (2.34% from 255 or 4.07% from 123); Max value from RGB is 112 - color contains mainly: green. Hex color #067005 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #067005 is #F98FFA. Grayscale: #444444. Windows color (decimal): -16355323 or 356358. OLE color: 356358.

HSL color Cylindrical-coordinate representation of color #067005: hue angle of 119.44º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #067005 is Cyan = 0.95, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB61125-
CMYK0.9500.960.56
HSL119.44º91.45%22.94%-
HSV(B)119.44º95.54%43.92%-
XYZ5.911.642.08-
YUV68.1192.3883.7-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.88%
GREEN value IS 112 (44.14% from 255) = 91.06%
BLUE value IS 5 (2.34% from 255) = 4.07%
R=4.88%
G=91.06%
B=4.07%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal611250.9500.960.56119.4491.4522.94
Hex67055F06038775b17
Octal6160513701407016713327
Binary11011100001011011111011000001110001110111101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067005; }

 p { color: rgb(6,112,5); }

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

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

 a { background-color: rgb(6,112,5); }

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

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

 span { border-color: rgb(6,112,5); }

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