Html Css Color HEX #066C14 Green

📋 copy color: '#066C14'

red 6 ◦ green 108 ◦ blue 20

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

Shades of Green #066C14

Tints of Green #066C14

RGB

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

 GREEN value IS 108 (42.58% from 255) = 80.6%

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

R = 4.48%
G = 80.6%
B = 14.93%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.81

 K value IS 0.58

RGB Variations

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

Color information

#066C14 (or 0x066C14) is known color: Green. HEX triplet: 06, 6C and 14. RGB value is (6,108,20). Sum of RGB (Red+Green+Blue) = 6+108+20=134 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.48% from 134); Green value is 108 (42.58% from 255 or 80.60% from 134); Blue value is 20 (8.20% from 255 or 14.93% from 134); Max value from RGB is 108 - color contains mainly: green. Hex color #066C14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #066C14 is #F993EB. Grayscale: #434343. Windows color (decimal): -16356332 or 1338374. OLE color: 1338374.

HSL color Cylindrical-coordinate representation of color #066C14: hue angle of 128.24º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066C14 is Cyan = 0.94, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.58.

Color convert

RGB 6 108 20 -
CMYK 0.94 0 0.81 0.58
HSL 128.24º 0.89% 0.22% -
HSV(B) 128.24º 0.94% 0.42% -
XYZ 5.56 10.81 2.46 -
YUV 67.47 101.21 84.16 -
System Red Green Blue C M Y K H S L
Decimal 6 108 20 0.94 0 0.81 0.58 128.24 0.89 0.22
Hex 6 6C 14 5E 0 51 3A 80 59 16
Octal 6 154 24 136 0 121 72 200 131 26
Binary 110 1101100 10100 1011110 0 1010001 111010 10000000 1011001 10110

Color Harmonies of #066C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066C14

Black with #066C14

Text Example


Text Example

White with #066C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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