Html Css Color HEX #066914 Green

📋 copy color: '#066914'

red 6 ◦ green 105 ◦ blue 20

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

Shades of Green #066914

Tints of Green #066914

RGB

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

 GREEN value IS 105 (41.41% from 255) = 80.15%

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

R = 4.58%
G = 80.15%
B = 15.27%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.81

 K value IS 0.59

RGB Variations

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

Color information

#066914 (or 0x066914) is known color: Green. HEX triplet: 06, 69 and 14. RGB value is (6,105,20). Sum of RGB (Red+Green+Blue) = 6+105+20=131 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.58% from 131); Green value is 105 (41.41% from 255 or 80.15% from 131); Blue value is 20 (8.20% from 255 or 15.27% from 131); Max value from RGB is 105 - color contains mainly: green. Hex color #066914 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #066914 is #F996EB. Grayscale: #414141. Windows color (decimal): -16357100 or 1337606. OLE color: 1337606.

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

Color convert

RGB 6 105 20 -
CMYK 0.94 0 0.81 0.59
HSL 128.48º 0.89% 0.22% -
HSV(B) 128.48º 0.94% 0.41% -
XYZ 5.25 10.19 2.35 -
YUV 65.71 102.2 85.41 -
System Red Green Blue C M Y K H S L
Decimal 6 105 20 0.94 0 0.81 0.59 128.48 0.89 0.22
Hex 6 69 14 5E 0 51 3B 80 59 16
Octal 6 151 24 136 0 121 73 200 131 26
Binary 110 1101001 10100 1011110 0 1010001 111011 10000000 1011001 10110

Color Harmonies of #066914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066914

Black with #066914

Text Example


Text Example

White with #066914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066914; }

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

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

background-color css

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

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

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

border-color css

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

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

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