#01750B

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

Shades of Green #01750B

Tints of Green #01750B

Color information

#01750B (or 0x01750B) is unknown color: approx Green. HEX triplet: 01, 75 and 0B. RGB value is (1,117,11). Sum of RGB (Red+Green+Blue) = 1+117+11=129 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 129); Green value is 117 (46.09% from 255 or 90.70% from 129); Blue value is 11 (4.69% from 255 or 8.53% from 129); Max value from RGB is 117 - color contains mainly: green. Hex color #01750B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01750B is #FE8AF4. Grayscale: #464646. Windows color (decimal): -16681717 or 750849. OLE color: 750849.

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

Color convert

RGB111711-
CMYK0.9900.910.54
HSL125.17º98.31%23.14%-
HSV(B)125.17º99.15%45.88%-
XYZ6.4312.752.44-
YUV70.2394.5778.62-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.78%
GREEN value IS 117 (46.09% from 255) = 90.70%
BLUE value IS 11 (4.69% from 255) = 8.53%
R=0.78%
G=90.70%
B=8.53%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1117110.9900.910.54125.1798.3123.14
Hex175B6305B367d6217
Octal11651314301336617514227
Binary1111010110111100011010110111101101111101110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01750B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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