Html Css Color HEX #066214 Green

📋 copy color: '#066214'

red 6 ◦ green 98 ◦ blue 20

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

Shades of Green #066214

Tints of Green #066214

RGB

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

 GREEN value IS 98 (38.67% from 255) = 79.03%

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

R = 4.84%
G = 79.03%
B = 16.13%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#066214 (or 0x066214) is known color: Green. HEX triplet: 06, 62 and 14. RGB value is (6,98,20). Sum of RGB (Red+Green+Blue) = 6+98+20=124 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.84% from 124); Green value is 98 (38.67% from 255 or 79.03% from 124); Blue value is 20 (8.20% from 255 or 16.13% from 124); Max value from RGB is 98 - color contains mainly: green. Hex color #066214 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #066214 is #F99DEB. Grayscale: #3D3D3D. Windows color (decimal): -16358892 or 1335814. OLE color: 1335814.

HSL color Cylindrical-coordinate representation of color #066214: hue angle of 129.13º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066214 is Cyan = 0.94, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB 6 98 20 -
CMYK 0.94 0 0.80 0.62
HSL 129.13º 0.88% 0.2% -
HSV(B) 129.13º 0.94% 0.38% -
XYZ 4.57 8.82 2.12 -
YUV 61.6 104.52 88.34 -
System Red Green Blue C M Y K H S L
Decimal 6 98 20 0.94 0 0.80 0.62 129.13 0.88 0.2
Hex 6 62 14 5E 0 50 3E 81 58 14
Octal 6 142 24 136 0 120 76 201 130 24
Binary 110 1100010 10100 1011110 0 1010000 111110 10000001 1011000 10100

Color Harmonies of #066214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066214

Black with #066214

Text Example


Text Example

White with #066214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066214; }

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

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

background-color css

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

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

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

border-color css

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

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

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