Html Css Color HEX #006E10 Green

📋 copy color: '#006E10'

red 0 ◦ green 110 ◦ blue 16

#006E10
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green #006E10

Tints of Green #006E10

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 110 (43.36% from 255) = 87.3%

 BLUE value IS 16 (6.64% from 255) = 12.7%

R = 0%
G = 87.3%
B = 12.7%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.85

 K value IS 0.57

RGB Variations

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

Color information

#006E10 (or 0x006E10) is known color: 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

RGB 0 110 16 -
CMYK 1 0 0.85 0.57
HSL 128.73º 1% 0.22% -
HSV(B) 128.73º 1% 0.43% -
XYZ 5.67 11.19 2.35 -
YUV 66.39 99.56 80.64 -
System Red Green Blue C M Y K H S L
Decimal 0 110 16 1 0 0.85 0.57 128.73 1 0.22
Hex 0 6E 10 64 0 55 39 81 64 16
Octal 0 156 20 144 0 125 71 201 144 26
Binary 0 1101110 10000 1100100 0 1010101 111001 10000001 1100100 10110

Color Harmonies of #006E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006E10

Black with #006E10

Text Example


Text Example

White with #006E10

Text Example


Text Example

HTML Codes & Css Web 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>