#01610B

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

Shades of Green #01610B

Tints of Green #01610B

Color information

#01610B (or 0x01610B) is unknown color: approx Green. HEX triplet: 01, 61 and 0B. RGB value is (1,97,11). Sum of RGB (Red+Green+Blue) = 1+97+11=109 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.92% from 109); Green value is 97 (38.28% from 255 or 88.99% from 109); Blue value is 11 (4.69% from 255 or 10.09% from 109); Max value from RGB is 97 - color contains mainly: green. Hex color #01610B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01610B is #FE9EF4. Grayscale: #3A3A3A. Windows color (decimal): -16686837 or 745729. OLE color: 745729.

HSL color Cylindrical-coordinate representation of color #01610B: hue angle of 126.25º 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 #01610B is Cyan = 0.99, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.62.

Color convert

RGB19711-
CMYK0.9900.890.62
HSL126.25º97.96%19.22%-
HSV(B)126.25º98.97%38.04%-
XYZ4.358.581.74-
YUV58.49101.286.99-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.92%
GREEN value IS 97 (38.28% from 255) = 88.99%
BLUE value IS 11 (4.69% from 255) = 10.09%
R=0.92%
G=88.99%
B=10.09%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal197110.9900.890.62126.2597.9619.22
Hex161B630593E7e6213
Octal11411314301317617614223
Binary1110000110111100011010110011111101111110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01610B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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