#01610C

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

Shades of Green #01610C

Tints of Green #01610C

Color information

#01610C (or 0x01610C) is unknown color: approx Green. HEX triplet: 01, 61 and 0C. RGB value is (1,97,12). Sum of RGB (Red+Green+Blue) = 1+97+12=110 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.91% from 110); Green value is 97 (38.28% from 255 or 88.18% from 110); Blue value is 12 (5.08% from 255 or 10.91% from 110); Max value from RGB is 97 - color contains mainly: green. Hex color #01610C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01610C is #FE9EF3. Grayscale: #3A3A3A. Windows color (decimal): -16686836 or 811265. OLE color: 811265.

HSL color Cylindrical-coordinate representation of color #01610C: hue angle of 126.88º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01610C is Cyan = 0.99, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB19712-
CMYK0.9900.880.62
HSL126.88º97.96%19.22%-
HSV(B)126.88º98.97%38.04%-
XYZ4.358.581.77-
YUV58.61101.786.91-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.91%
GREEN value IS 97 (38.28% from 255) = 88.18%
BLUE value IS 12 (5.08% from 255) = 10.91%
R=0.91%
G=88.18%
B=10.91%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal197120.9900.880.62126.8897.9619.22
Hex161C630583E7f6213
Octal11411414301307617714223
Binary1110000111001100011010110001111101111111110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01610C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01610C; }

 p { color: rgb(1,97,12); }

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

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

 a { background-color: rgb(1,97,12); }

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

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

 span { border-color: rgb(1,97,12); }

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