#066112

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

Shades of Green #066112

Tints of Green #066112

Color information

#066112 (or 0x066112) is unknown color: approx Green. HEX triplet: 06, 61 and 12. RGB value is (6,97,18). Sum of RGB (Red+Green+Blue) = 6+97+18=121 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.96% from 121); Green value is 97 (38.28% from 255 or 80.17% from 121); Blue value is 18 (7.42% from 255 or 14.88% from 121); Max value from RGB is 97 - color contains mainly: green. Hex color #066112 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #066112 is #F99EED. Grayscale: #3D3D3D. Windows color (decimal): -16359150 or 1204486. OLE color: 1204486.

HSL color Cylindrical-coordinate representation of color #066112: hue angle of 127.91º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066112 is Cyan = 0.94, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB69718-
CMYK0.9400.810.62
HSL127.91º88.35%20.2%-
HSV(B)127.91º93.81%38.04%-
XYZ4.468.632-
YUV60.78103.8588.92-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.96%
GREEN value IS 97 (38.28% from 255) = 80.17%
BLUE value IS 18 (7.42% from 255) = 14.88%
R=4.96%
G=80.17%
B=14.88%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal697180.9400.810.62127.9188.3520.2
Hex661125E0513E805814
Octal61412213601217620013024
Binary11011000011001010111100101000111111010000000101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066112; }

 p { color: rgb(6,97,18); }

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

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

 a { background-color: rgb(6,97,18); }

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

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

 span { border-color: rgb(6,97,18); }

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