Html Css Color HEX #006813 Green

📋 copy color: '#006813'

red 0 ◦ green 104 ◦ blue 19

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

Shades of Green #006813

Tints of Green #006813

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 15.45%

R = 0%
G = 84.55%
B = 15.45%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.82

 K value IS 0.59

RGB Variations

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

Color information

#006813 (or 0x006813) is known color: Green. HEX triplet: 00, 68 and 13. RGB value is (0,104,19). Sum of RGB (Red+Green+Blue) = 0+104+19=123 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 123); Green value is 104 (41.02% from 255 or 84.55% from 123); Blue value is 19 (7.81% from 255 or 15.45% from 123); Max value from RGB is 104 - color contains mainly: green. Hex color #006813 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006813 is #FF97EC. Grayscale: #3F3F3F. Windows color (decimal): -16750573 or 1271808. OLE color: 1271808.

HSL color Cylindrical-coordinate representation of color #006813: hue angle of 130.96º 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 #006813 is Cyan = 1, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.59.

Color convert

RGB 0 104 19 -
CMYK 1 0 0.82 0.59
HSL 130.96º 1% 0.2% -
HSV(B) 130.96º 1% 0.41% -
XYZ 5.07 9.95 2.27 -
YUV 63.21 103.04 82.91 -
System Red Green Blue C M Y K H S L
Decimal 0 104 19 1 0 0.82 0.59 130.96 1 0.2
Hex 0 68 13 64 0 52 3B 83 64 14
Octal 0 150 23 144 0 122 73 203 144 24
Binary 0 1101000 10011 1100100 0 1010010 111011 10000011 1100100 10100

Color Harmonies of #006813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006813

Black with #006813

Text Example


Text Example

White with #006813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006813; }

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

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

background-color css

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

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

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

border-color css

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

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

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