Html Css Color HEX #016816 Green

📋 copy color: '#016816'

red 1 ◦ green 104 ◦ blue 22

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

Shades of Green #016816

Tints of Green #016816

RGB

 RED value IS 1 (0.78% from 255) = 0.79%

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

 BLUE value IS 22 (8.98% from 255) = 17.32%

R = 0.79%
G = 81.89%
B = 17.32%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.79

 K value IS 0.59

RGB Variations

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

Color information

#016816 (or 0x016816) is known color: Green. HEX triplet: 01, 68 and 16. RGB value is (1,104,22). Sum of RGB (Red+Green+Blue) = 1+104+22=127 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 127); Green value is 104 (41.02% from 255 or 81.89% from 127); Blue value is 22 (8.98% from 255 or 17.32% from 127); Max value from RGB is 104 - color contains mainly: green. Hex color #016816 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016816 is #FE97E9. Grayscale: #404040. Windows color (decimal): -16685034 or 1468417. OLE color: 1468417.

HSL color Cylindrical-coordinate representation of color #016816: hue angle of 132.23º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016816 is Cyan = 0.99, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.59.

Color convert

RGB 1 104 22 -
CMYK 0.99 0 0.79 0.59
HSL 132.23º 0.98% 0.21% -
HSV(B) 132.23º 0.99% 0.41% -
XYZ 5.11 9.97 2.41 -
YUV 63.86 104.38 83.17 -
System Red Green Blue C M Y K H S L
Decimal 1 104 22 0.99 0 0.79 0.59 132.23 0.98 0.21
Hex 1 68 16 63 0 4F 3B 84 62 15
Octal 1 150 26 143 0 117 73 204 142 25
Binary 1 1101000 10110 1100011 0 1001111 111011 10000100 1100010 10101

Color Harmonies of #016816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016816

Black with #016816

Text Example


Text Example

White with #016816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016816; }

 p { color: rgb(1,104,22); }

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

background-color css

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

 a { background-color: rgb(1,104,22); }

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

border-color css

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

 span { border-color: rgb(1,104,22); }

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