Html Css Color HEX #066614 Green

📋 copy color: '#066614'

red 6 ◦ green 102 ◦ blue 20

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

Shades of Green #066614

Tints of Green #066614

RGB

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

 GREEN value IS 102 (40.23% from 255) = 79.69%

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

R = 4.69%
G = 79.69%
B = 15.63%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.80

 K value IS 0.6

RGB Variations

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

Color information

#066614 (or 0x066614) is known color: Green. HEX triplet: 06, 66 and 14. RGB value is (6,102,20). Sum of RGB (Red+Green+Blue) = 6+102+20=128 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.69% from 128); Green value is 102 (40.23% from 255 or 79.69% from 128); Blue value is 20 (8.20% from 255 or 15.62% from 128); Max value from RGB is 102 - color contains mainly: green. Hex color #066614 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #066614 is #F999EB. Grayscale: #404040. Windows color (decimal): -16357868 or 1336838. OLE color: 1336838.

HSL color Cylindrical-coordinate representation of color #066614: hue angle of 128.75º 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 #066614 is Cyan = 0.94, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.6.

Color convert

RGB 6 102 20 -
CMYK 0.94 0 0.80 0.6
HSL 128.75º 0.89% 0.21% -
HSV(B) 128.75º 0.94% 0.4% -
XYZ 4.95 9.59 2.25 -
YUV 63.95 103.2 86.67 -
System Red Green Blue C M Y K H S L
Decimal 6 102 20 0.94 0 0.80 0.6 128.75 0.89 0.21
Hex 6 66 14 5E 0 50 3C 81 59 15
Octal 6 146 24 136 0 120 74 201 131 25
Binary 110 1100110 10100 1011110 0 1010000 111100 10000001 1011001 10101

Color Harmonies of #066614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066614

Black with #066614

Text Example


Text Example

White with #066614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066614; }

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

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

background-color css

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

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

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

border-color css

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

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

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