Html Css Color HEX #006814 Green

📋 copy color: '#006814'

red 0 ◦ green 104 ◦ blue 20

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

Shades of Green #006814

Tints of Green #006814

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 104 (41.02% from 255) = 83.87%

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

R = 0%
G = 83.87%
B = 16.13%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.81

 K value IS 0.59

RGB Variations

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

Color information

#006814 (or 0x006814) is known color: Green. HEX triplet: 00, 68 and 14. RGB value is (0,104,20). Sum of RGB (Red+Green+Blue) = 0+104+20=124 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 124); Green value is 104 (41.02% from 255 or 83.87% from 124); Blue value is 20 (8.20% from 255 or 16.13% from 124); Max value from RGB is 104 - color contains mainly: green. Hex color #006814 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006814 is #FF97EB. Grayscale: #3F3F3F. Windows color (decimal): -16750572 or 1337344. OLE color: 1337344.

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

Color convert

RGB 0 104 20 -
CMYK 1 0 0.81 0.59
HSL 131.54º 1% 0.2% -
HSV(B) 131.54º 1% 0.41% -
XYZ 5.08 9.95 2.32 -
YUV 63.33 103.54 82.83 -
System Red Green Blue C M Y K H S L
Decimal 0 104 20 1 0 0.81 0.59 131.54 1 0.2
Hex 0 68 14 64 0 51 3B 84 64 14
Octal 0 150 24 144 0 121 73 204 144 24
Binary 0 1101000 10100 1100100 0 1010001 111011 10000100 1100100 10100

Color Harmonies of #006814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006814

Black with #006814

Text Example


Text Example

White with #006814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006814; }

 p { color: rgb(0,104,20); }

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

background-color css

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

 a { background-color: rgb(0,104,20); }

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

border-color css

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

 span { border-color: rgb(0,104,20); }

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