#066A0C

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

Shades of Green #066A0C

Tints of Green #066A0C

Color information

#066A0C (or 0x066A0C) is unknown color: approx Green. HEX triplet: 06, 6A and 0C. RGB value is (6,106,12). Sum of RGB (Red+Green+Blue) = 6+106+12=124 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.84% from 124); Green value is 106 (41.80% from 255 or 85.48% from 124); Blue value is 12 (5.08% from 255 or 9.68% from 124); Max value from RGB is 106 - color contains mainly: green. Hex color #066A0C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #066A0C is #F995F3. Grayscale: #414141. Windows color (decimal): -16356852 or 813574. OLE color: 813574.

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

Color convert

RGB610612-
CMYK0.9400.890.58
HSL123.6º89.29%21.96%-
HSV(B)123.6º94.34%41.57%-
XYZ5.310.372.07-
YUV65.3897.8785.64-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.84%
GREEN value IS 106 (41.80% from 255) = 85.48%
BLUE value IS 12 (5.08% from 255) = 9.68%
R=4.84%
G=85.48%
B=9.68%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal6106120.9400.890.58123.689.2921.96
Hex66AC5E0593A7c5916
Octal61521413601317217413126
Binary110110101011001011110010110011110101111100101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066A0C; }

 p { color: rgb(6,106,12); }

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

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

 a { background-color: rgb(6,106,12); }

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

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

 span { border-color: rgb(6,106,12); }

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