#00660E

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

Shades of Green #00660E

Tints of Green #00660E

Color information

#00660E (or 0x00660E) is unknown color: approx Green. HEX triplet: 00, 66 and 0E. RGB value is (0,102,14). Sum of RGB (Red+Green+Blue) = 0+102+14=116 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 116); Green value is 102 (40.23% from 255 or 87.93% from 116); Blue value is 14 (5.86% from 255 or 12.07% from 116); Max value from RGB is 102 - color contains mainly: green. Hex color #00660E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #00660E is #FF99F1. Grayscale: #3D3D3D. Windows color (decimal): -16751090 or 943616. OLE color: 943616.

HSL color Cylindrical-coordinate representation of color #00660E: hue angle of 128.24º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00660E is Cyan = 1, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.6.

Color convert

RGB010214-
CMYK100.860.6
HSL128.24º100%20%-
HSV(B)128.24º100%40%-
XYZ4.839.532-
YUV61.47101.2184.16-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 102 (40.23% from 255) = 87.93%
BLUE value IS 14 (5.86% from 255) = 12.07%
R=0%
G=87.93%
B=12.07%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal010214100.860.6128.2410020
Hex066E640563C806414
Octal01461614401267420014424
Binary01100110111011001000101011011110010000000110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00660E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,102,14); }

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

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

 a { background-color: rgb(0,102,14); }

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

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

 span { border-color: rgb(0,102,14); }

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