#016C0B

Color #016C0B Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #016C0B

Tints of Green #016C0B

Color information

#016C0B (or 0x016C0B) is unknown color: approx Green. HEX triplet: 01, 6C and 0B. RGB value is (1,108,11). Sum of RGB (Red+Green+Blue) = 1+108+11=120 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 120); Green value is 108 (42.58% from 255 or 90% from 120); Blue value is 11 (4.69% from 255 or 9.17% from 120); Max value from RGB is 108 - color contains mainly: green. Hex color #016C0B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016C0B is #FE93F4. Grayscale: #414141. Windows color (decimal): -16684021 or 748545. OLE color: 748545.

HSL color Cylindrical-coordinate representation of color #016C0B: hue angle of 125.61º 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 #016C0B is Cyan = 0.99, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.58.

Color convert

RGB110811-
CMYK0.9900.900.58
HSL125.61º98.17%21.37%-
HSV(B)125.61º99.07%42.35%-
XYZ5.4410.762.11-
YUV64.9597.5582.39-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.83%
GREEN value IS 108 (42.58% from 255) = 90%
BLUE value IS 11 (4.69% from 255) = 9.17%
R=0.83%
G=90%
B=9.17%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1108110.9900.900.58125.6198.1721.37
Hex16CB6305A3A7e6215
Octal11541314301327217614225
Binary1110110010111100011010110101110101111110110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016C0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,108,11); }

 H1.HeaderClassName
 {
   color: #016C0B;
 }
 .AnyTagClassName
 {
   color: #016C0B;
 }
</style>
background-color css

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

 a { background-color: rgb(1,108,11); }

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

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

 span { border-color: rgb(1,108,11); }

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