#01750D

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

Shades of Green #01750D

Tints of Green #01750D

Color information

#01750D (or 0x01750D) is unknown color: approx Green. HEX triplet: 01, 75 and 0D. RGB value is (1,117,13). Sum of RGB (Red+Green+Blue) = 1+117+13=131 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 131); Green value is 117 (46.09% from 255 or 89.31% from 131); Blue value is 13 (5.47% from 255 or 9.92% from 131); Max value from RGB is 117 - color contains mainly: green. Hex color #01750D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01750D is #FE8AF2. Grayscale: #464646. Windows color (decimal): -16681715 or 881921. OLE color: 881921.

HSL color Cylindrical-coordinate representation of color #01750D: hue angle of 126.21º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01750D is Cyan = 0.99, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.54.

Color convert

RGB111713-
CMYK0.9900.890.54
HSL126.21º98.31%23.14%-
HSV(B)126.21º99.15%45.88%-
XYZ6.4512.762.5-
YUV70.4695.5778.46-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.76%
GREEN value IS 117 (46.09% from 255) = 89.31%
BLUE value IS 13 (5.47% from 255) = 9.92%
R=0.76%
G=89.31%
B=9.92%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1117130.9900.890.54126.2198.3123.14
Hex175D63059367e6217
Octal11651514301316617614227
Binary1111010111011100011010110011101101111110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01750D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01750D; }

 p { color: rgb(1,117,13); }

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

<style>
 a { background-color: #01750D; }

 a { background-color: rgb(1,117,13); }

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

<style>
 span { border-color: #01750D; }

 span { border-color: rgb(1,117,13); }

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