#006E10

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

Shades of Green #006E10

Tints of Green #006E10

Color information

#006E10 (or 0x006E10) is unknown color: approx Green. HEX triplet: 00, 6E and 10. RGB value is (0,110,16). Sum of RGB (Red+Green+Blue) = 0+110+16=126 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 126); Green value is 110 (43.36% from 255 or 87.30% from 126); Blue value is 16 (6.64% from 255 or 12.70% from 126); Max value from RGB is 110 - color contains mainly: green. Hex color #006E10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006E10 is #FF91EF. Grayscale: #424242. Windows color (decimal): -16749040 or 1076736. OLE color: 1076736.

HSL color Cylindrical-coordinate representation of color #006E10: hue angle of 128.73º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006E10 is Cyan = 1, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.57.

Color convert

RGB011016-
CMYK100.850.57
HSL128.73º100%21.57%-
HSV(B)128.73º100%43.14%-
XYZ5.6711.192.35-
YUV66.3999.5680.64-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 110 (43.36% from 255) = 87.30%
BLUE value IS 16 (6.64% from 255) = 12.70%
R=0%
G=87.30%
B=12.70%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal011016100.850.57128.7310021.57
Hex06E106405539816416
Octal01562014401257120114426
Binary011011101000011001000101010111100110000001110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006E10; }

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

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

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

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

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

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

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

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