#06600A

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

Shades of Green #06600A

Tints of Green #06600A

Color information

#06600A (or 0x06600A) is unknown color: approx Green. HEX triplet: 06, 60 and 0A. RGB value is (6,96,10). Sum of RGB (Red+Green+Blue) = 6+96+10=112 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.36% from 112); Green value is 96 (37.89% from 255 or 85.71% from 112); Blue value is 10 (4.30% from 255 or 8.93% from 112); Max value from RGB is 96 - color contains mainly: green. Hex color #06600A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #06600A is #F99FF5. Grayscale: #3B3B3B. Windows color (decimal): -16359414 or 679942. OLE color: 679942.

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

Color convert

RGB69610-
CMYK0.9400.900.62
HSL122.67º88.24%20%-
HSV(B)122.67º93.75%37.65%-
XYZ4.318.431.69-
YUV59.29100.1889.99-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.36%
GREEN value IS 96 (37.89% from 255) = 85.71%
BLUE value IS 10 (4.30% from 255) = 8.93%
R=5.36%
G=85.71%
B=8.93%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal696100.9400.900.62122.6788.2420
Hex660A5E05A3E7b5814
Octal61401213601327617313024
Binary110110000010101011110010110101111101111011101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06600A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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