Html Css Color HEX #016716 Green

📋 copy color: '#016716'

red 1 ◦ green 103 ◦ blue 22

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

Shades of Green #016716

Tints of Green #016716

RGB

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

 GREEN value IS 103 (40.63% from 255) = 81.75%

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

R = 0.79%
G = 81.75%
B = 17.46%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.79

 K value IS 0.60

RGB Variations

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

Color information

#016716 (or 0x016716) is known color: Green. HEX triplet: 01, 67 and 16. RGB value is (1,103,22). Sum of RGB (Red+Green+Blue) = 1+103+22=126 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 126); Green value is 103 (40.62% from 255 or 81.75% from 126); Blue value is 22 (8.98% from 255 or 17.46% from 126); Max value from RGB is 103 - color contains mainly: green. Hex color #016716 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016716 is #FE98E9. Grayscale: #3F3F3F. Windows color (decimal): -16685290 or 1468161. OLE color: 1468161.

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

Color convert

RGB 1 103 22 -
CMYK 0.99 0 0.79 0.60
HSL 132.35º 0.98% 0.2% -
HSV(B) 132.35º 0.99% 0.4% -
XYZ 5.01 9.76 2.38 -
YUV 63.27 104.71 83.59 -
System Red Green Blue C M Y K H S L
Decimal 1 103 22 0.99 0 0.79 0.60 132.35 0.98 0.2
Hex 1 67 16 63 0 4F 3C 84 62 14
Octal 1 147 26 143 0 117 74 204 142 24
Binary 1 1100111 10110 1100011 0 1001111 111100 10000100 1100010 10100

Color Harmonies of #016716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016716

Black with #016716

Text Example


Text Example

White with #016716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016716; }

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

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

background-color css

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

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

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

border-color css

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

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

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