Html Css Color HEX #006E0D Green

📋 copy color: '#006E0D'

red 0 ◦ green 110 ◦ blue 13

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

Shades of Green #006E0D

Tints of Green #006E0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 10.57%

R = 0%
G = 89.43%
B = 10.57%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.88

 K value IS 0.57

RGB Variations

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

Color information

#006E0D (or 0x006E0D) is known color: Green. HEX triplet: 00, 6E and 0D. RGB value is (0,110,13). Sum of RGB (Red+Green+Blue) = 0+110+13=123 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 123); Green value is 110 (43.36% from 255 or 89.43% from 123); Blue value is 13 (5.47% from 255 or 10.57% from 123); Max value from RGB is 110 - color contains mainly: green. Hex color #006E0D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006E0D is #FF91F2. Grayscale: #424242. Windows color (decimal): -16749043 or 880128. OLE color: 880128.

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

Color convert

RGB 0 110 13 -
CMYK 1 0 0.88 0.57
HSL 127.09º 1% 0.22% -
HSV(B) 127.09º 1% 0.43% -
XYZ 5.65 11.18 2.24 -
YUV 66.05 98.06 80.89 -
System Red Green Blue C M Y K H S L
Decimal 0 110 13 1 0 0.88 0.57 127.09 1 0.22
Hex 0 6E D 64 0 58 39 7F 64 16
Octal 0 156 15 144 0 130 71 177 144 26
Binary 0 1101110 1101 1100100 0 1011000 111001 1111111 1100100 10110

Color Harmonies of #006E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006E0D

Black with #006E0D

Text Example


Text Example

White with #006E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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