Html Css Color HEX #016713 Green

📋 copy color: '#016713'

red 1 ◦ green 103 ◦ blue 19

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

Shades of Green #016713

Tints of Green #016713

RGB

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

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

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

R = 0.81%
G = 83.74%
B = 15.45%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.82

 K value IS 0.60

RGB Variations

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

Color information

#016713 (or 0x016713) is known color: Green. HEX triplet: 01, 67 and 13. RGB value is (1,103,19). Sum of RGB (Red+Green+Blue) = 1+103+19=123 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 123); Green value is 103 (40.62% from 255 or 83.74% from 123); Blue value is 19 (7.81% from 255 or 15.45% from 123); Max value from RGB is 103 - color contains mainly: green. Hex color #016713 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016713 is #FE98EC. Grayscale: #3F3F3F. Windows color (decimal): -16685293 or 1271553. OLE color: 1271553.

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

Color convert

RGB 1 103 19 -
CMYK 0.99 0 0.82 0.60
HSL 130.59º 0.98% 0.2% -
HSV(B) 130.59º 0.99% 0.4% -
XYZ 4.98 9.75 2.24 -
YUV 62.93 103.21 83.83 -
System Red Green Blue C M Y K H S L
Decimal 1 103 19 0.99 0 0.82 0.60 130.59 0.98 0.2
Hex 1 67 13 63 0 52 3C 83 62 14
Octal 1 147 23 143 0 122 74 203 142 24
Binary 1 1100111 10011 1100011 0 1010010 111100 10000011 1100010 10100

Color Harmonies of #016713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016713

Black with #016713

Text Example


Text Example

White with #016713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016713; }

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

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

background-color css

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

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

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

border-color css

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

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

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