Html Css Color HEX #016F0F Green

📋 copy color: '#016F0F'

red 1 ◦ green 111 ◦ blue 15

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

Shades of Green #016F0F

Tints of Green #016F0F

RGB

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

 GREEN value IS 111 (43.75% from 255) = 87.4%

 BLUE value IS 15 (6.25% from 255) = 11.81%

R = 0.79%
G = 87.4%
B = 11.81%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#016F0F (or 0x016F0F) is known color: Green. HEX triplet: 01, 6F and 0F. RGB value is (1,111,15). Sum of RGB (Red+Green+Blue) = 1+111+15=127 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 127); Green value is 111 (43.75% from 255 or 87.40% from 127); Blue value is 15 (6.25% from 255 or 11.81% from 127); Max value from RGB is 111 - color contains mainly: green. Hex color #016F0F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016F0F is #FE90F0. Grayscale: #434343. Windows color (decimal): -16683249 or 1011457. OLE color: 1011457.

HSL color Cylindrical-coordinate representation of color #016F0F: hue angle of 127.64º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016F0F is Cyan = 0.99, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.56.

Color convert

RGB 1 111 15 -
CMYK 0.99 0 0.86 0.56
HSL 127.64º 0.98% 0.22% -
HSV(B) 127.64º 0.99% 0.44% -
XYZ 5.78 11.41 2.35 -
YUV 67.17 98.56 80.81 -
System Red Green Blue C M Y K H S L
Decimal 1 111 15 0.99 0 0.86 0.56 127.64 0.98 0.22
Hex 1 6F F 63 0 56 38 80 62 16
Octal 1 157 17 143 0 126 70 200 142 26
Binary 1 1101111 1111 1100011 0 1010110 111000 10000000 1100010 10110

Color Harmonies of #016F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016F0F

Black with #016F0F

Text Example


Text Example

White with #016F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016F0F; }

 p { color: rgb(1,111,15); }

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

background-color css

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

 a { background-color: rgb(1,111,15); }

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

border-color css

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

 span { border-color: rgb(1,111,15); }

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