Html Css Color HEX #016714 Green

📋 copy color: '#016714'

red 1 ◦ green 103 ◦ blue 20

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

Shades of Green #016714

Tints of Green #016714

RGB

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

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

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

R = 0.81%
G = 83.06%
B = 16.13%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.81

 K value IS 0.60

RGB Variations

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

Color information

#016714 (or 0x016714) is known color: Green. HEX triplet: 01, 67 and 14. RGB value is (1,103,20). Sum of RGB (Red+Green+Blue) = 1+103+20=124 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 124); Green value is 103 (40.62% from 255 or 83.06% from 124); Blue value is 20 (8.20% from 255 or 16.13% from 124); Max value from RGB is 103 - color contains mainly: green. Hex color #016714 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016714 is #FE98EB. Grayscale: #3F3F3F. Windows color (decimal): -16685292 or 1337089. OLE color: 1337089.

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

Color convert

RGB 1 103 20 -
CMYK 0.99 0 0.81 0.60
HSL 131.18º 0.98% 0.2% -
HSV(B) 131.18º 0.99% 0.4% -
XYZ 4.99 9.76 2.28 -
YUV 63.04 103.71 83.75 -
System Red Green Blue C M Y K H S L
Decimal 1 103 20 0.99 0 0.81 0.60 131.18 0.98 0.2
Hex 1 67 14 63 0 51 3C 83 62 14
Octal 1 147 24 143 0 121 74 203 142 24
Binary 1 1100111 10100 1100011 0 1010001 111100 10000011 1100010 10100

Color Harmonies of #016714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016714

Black with #016714

Text Example


Text Example

White with #016714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016714; }

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

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

background-color css

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

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

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

border-color css

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

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

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