#06600C

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

Shades of Green #06600C

Tints of Green #06600C

Color information

#06600C (or 0x06600C) is unknown color: approx Green. HEX triplet: 06, 60 and 0C. RGB value is (6,96,12). Sum of RGB (Red+Green+Blue) = 6+96+12=114 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.26% from 114); Green value is 96 (37.89% from 255 or 84.21% from 114); Blue value is 12 (5.08% from 255 or 10.53% from 114); Max value from RGB is 96 - color contains mainly: green. Hex color #06600C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #06600C is #F99FF3. Grayscale: #3B3B3B. Windows color (decimal): -16359412 or 811014. OLE color: 811014.

HSL color Cylindrical-coordinate representation of color #06600C: hue angle of 124º 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 #06600C is Cyan = 0.94, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB69612-
CMYK0.9400.880.62
HSL124º88.24%20%-
HSV(B)124º93.75%37.65%-
XYZ4.328.431.75-
YUV59.51101.1889.83-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.26%
GREEN value IS 96 (37.89% from 255) = 84.21%
BLUE value IS 12 (5.08% from 255) = 10.53%
R=5.26%
G=84.21%
B=10.53%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal696120.9400.880.6212488.2420
Hex660C5E0583E7c5814
Octal61401413601307617413024
Binary110110000011001011110010110001111101111100101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06600C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06600C; }

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

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

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

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

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

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

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

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