#006610

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

Shades of Green #006610

Tints of Green #006610

Color information

#006610 (or 0x006610) is unknown color: approx Green. HEX triplet: 00, 66 and 10. RGB value is (0,102,16). Sum of RGB (Red+Green+Blue) = 0+102+16=118 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 118); Green value is 102 (40.23% from 255 or 86.44% from 118); Blue value is 16 (6.64% from 255 or 13.56% from 118); Max value from RGB is 102 - color contains mainly: green. Hex color #006610 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006610 is #FF99EF. Grayscale: #3D3D3D. Windows color (decimal): -16751088 or 1074688. OLE color: 1074688.

HSL color Cylindrical-coordinate representation of color #006610: hue angle of 129.41º 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 #006610 is Cyan = 1, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.6.

Color convert

RGB010216-
CMYK100.840.6
HSL129.41º100%20%-
HSV(B)129.41º100%40%-
XYZ4.849.542.08-
YUV61.7102.2183.99-

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) = 86.44%
BLUE value IS 16 (6.64% from 255) = 13.56%
R=0%
G=86.44%
B=13.56%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal010216100.840.6129.4110020
Hex06610640543C816414
Octal01462014401247420114424
Binary011001101000011001000101010011110010000001110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006610; }

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

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

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

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

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

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

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

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