Html Css Color HEX #016914 Green

📋 copy color: '#016914'

red 1 ◦ green 105 ◦ blue 20

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

Shades of Green #016914

Tints of Green #016914

RGB

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

 GREEN value IS 105 (41.41% from 255) = 83.33%

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

R = 0.79%
G = 83.33%
B = 15.87%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.81

 K value IS 0.59

RGB Variations

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

Color information

#016914 (or 0x016914) is known color: Green. HEX triplet: 01, 69 and 14. RGB value is (1,105,20). Sum of RGB (Red+Green+Blue) = 1+105+20=126 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 126); Green value is 105 (41.41% from 255 or 83.33% from 126); Blue value is 20 (8.20% from 255 or 15.87% from 126); Max value from RGB is 105 - color contains mainly: green. Hex color #016914 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016914 is #FE96EB. Grayscale: #404040. Windows color (decimal): -16684780 or 1337601. OLE color: 1337601.

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

Color convert

RGB 1 105 20 -
CMYK 0.99 0 0.81 0.59
HSL 130.96º 0.98% 0.21% -
HSV(B) 130.96º 0.99% 0.41% -
XYZ 5.19 10.16 2.35 -
YUV 64.21 103.04 82.91 -
System Red Green Blue C M Y K H S L
Decimal 1 105 20 0.99 0 0.81 0.59 130.96 0.98 0.21
Hex 1 69 14 63 0 51 3B 83 62 15
Octal 1 151 24 143 0 121 73 203 142 25
Binary 1 1101001 10100 1100011 0 1010001 111011 10000011 1100010 10101

Color Harmonies of #016914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016914

Black with #016914

Text Example


Text Example

White with #016914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016914; }

 p { color: rgb(1,105,20); }

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

background-color css

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

 a { background-color: rgb(1,105,20); }

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

border-color css

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

 span { border-color: rgb(1,105,20); }

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