Html Css Color HEX #066514 Green

📋 copy color: '#066514'

red 6 ◦ green 101 ◦ blue 20

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

Shades of Green #066514

Tints of Green #066514

RGB

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

 GREEN value IS 101 (39.84% from 255) = 79.53%

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

R = 4.72%
G = 79.53%
B = 15.75%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.80

 K value IS 0.60

RGB Variations

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

Color information

#066514 (or 0x066514) is known color: Green. HEX triplet: 06, 65 and 14. RGB value is (6,101,20). Sum of RGB (Red+Green+Blue) = 6+101+20=127 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.72% from 127); Green value is 101 (39.84% from 255 or 79.53% from 127); Blue value is 20 (8.20% from 255 or 15.75% from 127); Max value from RGB is 101 - color contains mainly: green. Hex color #066514 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #066514 is #F99AEB. Grayscale: #3F3F3F. Windows color (decimal): -16358124 or 1336582. OLE color: 1336582.

HSL color Cylindrical-coordinate representation of color #066514: hue angle of 128.84º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066514 is Cyan = 0.94, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.60.

Color convert

RGB 6 101 20 -
CMYK 0.94 0 0.80 0.60
HSL 128.84º 0.89% 0.21% -
HSV(B) 128.84º 0.94% 0.4% -
XYZ 4.86 9.4 2.22 -
YUV 63.36 103.53 87.09 -
System Red Green Blue C M Y K H S L
Decimal 6 101 20 0.94 0 0.80 0.60 128.84 0.89 0.21
Hex 6 65 14 5E 0 50 3C 81 59 15
Octal 6 145 24 136 0 120 74 201 131 25
Binary 110 1100101 10100 1011110 0 1010000 111100 10000001 1011001 10101

Color Harmonies of #066514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066514

Black with #066514

Text Example


Text Example

White with #066514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066514; }

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

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

background-color css

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

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

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

border-color css

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

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

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