Html Css Color HEX #016712 Green

📋 copy color: '#016712'

red 1 ◦ green 103 ◦ blue 18

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

Shades of Green #016712

Tints of Green #016712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 14.75%

R = 0.82%
G = 84.43%
B = 14.75%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.83

 K value IS 0.60

RGB Variations

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

Color information

#016712 (or 0x016712) is known color: Green. HEX triplet: 01, 67 and 12. RGB value is (1,103,18). Sum of RGB (Red+Green+Blue) = 1+103+18=122 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.82% from 122); Green value is 103 (40.62% from 255 or 84.43% from 122); Blue value is 18 (7.42% from 255 or 14.75% from 122); Max value from RGB is 103 - color contains mainly: green. Hex color #016712 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016712 is #FE98ED. Grayscale: #3F3F3F. Windows color (decimal): -16685294 or 1206017. OLE color: 1206017.

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

Color convert

RGB 1 103 18 -
CMYK 0.99 0 0.83 0.60
HSL 130º 0.98% 0.2% -
HSV(B) 130º 0.99% 0.4% -
XYZ 4.97 9.75 2.19 -
YUV 62.81 102.71 83.91 -
System Red Green Blue C M Y K H S L
Decimal 1 103 18 0.99 0 0.83 0.60 130 0.98 0.2
Hex 1 67 12 63 0 53 3C 82 62 14
Octal 1 147 22 143 0 123 74 202 142 24
Binary 1 1100111 10010 1100011 0 1010011 111100 10000010 1100010 10100

Color Harmonies of #016712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016712

Black with #016712

Text Example


Text Example

White with #016712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016712; }

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

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

background-color css

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

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

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

border-color css

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

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

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