Html Css Color HEX #016B0E Green

📋 copy color: '#016B0E'

red 1 ◦ green 107 ◦ blue 14

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

Shades of Green #016B0E

Tints of Green #016B0E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 87.7%

 BLUE value IS 14 (5.86% from 255) = 11.48%

R = 0.82%
G = 87.7%
B = 11.48%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.87

 K value IS 0.58

RGB Variations

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

Color information

#016B0E (or 0x016B0E) is known color: Green. HEX triplet: 01, 6B and 0E. RGB value is (1,107,14). Sum of RGB (Red+Green+Blue) = 1+107+14=122 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.82% from 122); Green value is 107 (42.19% from 255 or 87.70% from 122); Blue value is 14 (5.86% from 255 or 11.48% from 122); Max value from RGB is 107 - color contains mainly: green. Hex color #016B0E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016B0E is #FE94F1. Grayscale: #404040. Windows color (decimal): -16684274 or 944897. OLE color: 944897.

HSL color Cylindrical-coordinate representation of color #016B0E: hue angle of 127.36º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016B0E is Cyan = 0.99, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.58.

Color convert

RGB 1 107 14 -
CMYK 0.99 0 0.87 0.58
HSL 127.36º 0.98% 0.21% -
HSV(B) 127.36º 0.99% 0.42% -
XYZ 5.35 10.55 2.17 -
YUV 64.7 99.38 82.56 -
System Red Green Blue C M Y K H S L
Decimal 1 107 14 0.99 0 0.87 0.58 127.36 0.98 0.21
Hex 1 6B E 63 0 57 3A 7F 62 15
Octal 1 153 16 143 0 127 72 177 142 25
Binary 1 1101011 1110 1100011 0 1010111 111010 1111111 1100010 10101

Color Harmonies of #016B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016B0E

Black with #016B0E

Text Example


Text Example

White with #016B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,107,14); }

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

background-color css

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

 a { background-color: rgb(1,107,14); }

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

border-color css

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

 span { border-color: rgb(1,107,14); }

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