Html Css Color HEX #066E14 Green

📋 copy color: '#066E14'

red 6 ◦ green 110 ◦ blue 20

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

Shades of Green #066E14

Tints of Green #066E14

RGB

 RED value IS 6 (2.73% from 255) = 4.41%

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

 BLUE value IS 20 (8.2% from 255) = 14.71%

R = 4.41%
G = 80.88%
B = 14.71%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.82

 K value IS 0.57

RGB Variations

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

Color information

#066E14 (or 0x066E14) is known color: Green. HEX triplet: 06, 6E and 14. RGB value is (6,110,20). Sum of RGB (Red+Green+Blue) = 6+110+20=136 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.41% from 136); Green value is 110 (43.36% from 255 or 80.88% from 136); Blue value is 20 (8.20% from 255 or 14.71% from 136); Max value from RGB is 110 - color contains mainly: green. Hex color #066E14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #066E14 is #F991EB. Grayscale: #444444. Windows color (decimal): -16355820 or 1338886. OLE color: 1338886.

HSL color Cylindrical-coordinate representation of color #066E14: hue angle of 128.08º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #066E14 is Cyan = 0.95, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.57.

Color convert

RGB 6 110 20 -
CMYK 0.95 0 0.82 0.57
HSL 128.08º 0.9% 0.23% -
HSV(B) 128.08º 0.95% 0.43% -
XYZ 5.78 11.24 2.53 -
YUV 68.64 100.54 83.32 -
System Red Green Blue C M Y K H S L
Decimal 6 110 20 0.95 0 0.82 0.57 128.08 0.9 0.23
Hex 6 6E 14 5F 0 52 39 80 5A 17
Octal 6 156 24 137 0 122 71 200 132 27
Binary 110 1101110 10100 1011111 0 1010010 111001 10000000 1011010 10111

Color Harmonies of #066E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066E14

Black with #066E14

Text Example


Text Example

White with #066E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066E14; }

 p { color: rgb(6,110,20); }

 H1.HeaderClassName
 {
   color: #066E14;
 }
 .AnyTagClassName
 {
   color: #066E14;
 }
</style>

background-color css

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

 a { background-color: rgb(6,110,20); }

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

border-color css

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

 span { border-color: rgb(6,110,20); }

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