#06600E

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

Shades of Green #06600E

Tints of Green #06600E

Color information

#06600E (or 0x06600E) is unknown color: approx Green. HEX triplet: 06, 60 and 0E. RGB value is (6,96,14). Sum of RGB (Red+Green+Blue) = 6+96+14=116 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.17% from 116); Green value is 96 (37.89% from 255 or 82.76% from 116); Blue value is 14 (5.86% from 255 or 12.07% from 116); Max value from RGB is 96 - color contains mainly: green. Hex color #06600E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #06600E is #F99FF1. Grayscale: #3B3B3B. Windows color (decimal): -16359410 or 942086. OLE color: 942086.

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

Color convert

RGB69614-
CMYK0.9400.850.62
HSL125.33º88.24%20%-
HSV(B)125.33º93.75%37.65%-
XYZ4.348.441.82-
YUV59.74102.1889.67-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.17%
GREEN value IS 96 (37.89% from 255) = 82.76%
BLUE value IS 14 (5.86% from 255) = 12.07%
R=5.17%
G=82.76%
B=12.07%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal696140.9400.850.62125.3388.2420
Hex660E5E0553E7d5814
Octal61401613601257617513024
Binary110110000011101011110010101011111101111101101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06600E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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