Html Css Color HEX #006E0B Green

📋 copy color: '#006E0B'

red 0 ◦ green 110 ◦ blue 11

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

Shades of Green #006E0B

Tints of Green #006E0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 9.09%

R = 0%
G = 90.91%
B = 9.09%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.9

 K value IS 0.57

RGB Variations

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

Color information

#006E0B (or 0x006E0B) is known color: Green. HEX triplet: 00, 6E and 0B. RGB value is (0,110,11). Sum of RGB (Red+Green+Blue) = 0+110+11=121 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 121); Green value is 110 (43.36% from 255 or 90.91% from 121); Blue value is 11 (4.69% from 255 or 9.09% from 121); Max value from RGB is 110 - color contains mainly: green. Hex color #006E0B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006E0B is #FF91F4. Grayscale: #424242. Windows color (decimal): -16749045 or 749056. OLE color: 749056.

HSL color Cylindrical-coordinate representation of color #006E0B: hue angle of 126º 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 #006E0B is Cyan = 1, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.57.

Color convert

RGB 0 110 11 -
CMYK 1 0 0.9 0.57
HSL 126º 1% 0.22% -
HSV(B) 126º 1% 0.43% -
XYZ 5.64 11.18 2.18 -
YUV 65.82 97.06 81.05 -
System Red Green Blue C M Y K H S L
Decimal 0 110 11 1 0 0.9 0.57 126 1 0.22
Hex 0 6E B 64 0 5A 39 7E 64 16
Octal 0 156 13 144 0 132 71 176 144 26
Binary 0 1101110 1011 1100100 0 1011010 111001 1111110 1100100 10110

Color Harmonies of #006E0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006E0B

Black with #006E0B

Text Example


Text Example

White with #006E0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #006E0B;
 }
 .AnyTagClassName
 {
   color: #006E0B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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