#01710F

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

Shades of Green #01710F

Tints of Green #01710F

Color information

#01710F (or 0x01710F) is unknown color: approx Green. HEX triplet: 01, 71 and 0F. RGB value is (1,113,15). Sum of RGB (Red+Green+Blue) = 1+113+15=129 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 129); Green value is 113 (44.53% from 255 or 87.60% from 129); Blue value is 15 (6.25% from 255 or 11.63% from 129); Max value from RGB is 113 - color contains mainly: green. Hex color #01710F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01710F is #FE8EF0. Grayscale: #444444. Windows color (decimal): -16682737 or 1011969. OLE color: 1011969.

HSL color Cylindrical-coordinate representation of color #01710F: hue angle of 127.5º 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 #01710F is Cyan = 0.99, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.56.

Color convert

RGB111315-
CMYK0.9900.870.56
HSL127.5º98.25%22.35%-
HSV(B)127.5º99.12%44.31%-
XYZ611.852.42-
YUV68.3497.8979.97-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.78%
GREEN value IS 113 (44.53% from 255) = 87.60%
BLUE value IS 15 (6.25% from 255) = 11.63%
R=0.78%
G=87.60%
B=11.63%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1113150.9900.870.56127.598.2522.35
Hex171F6305738806216
Octal11611714301277020014226
Binary11110001111111000110101011111100010000000110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01710F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01710F; }

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

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

<style>
 a { background-color: #01710F; }

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

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

<style>
 span { border-color: #01710F; }

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

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