#017507

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

Shades of Green #017507

Tints of Green #017507

Color information

#017507 (or 0x017507) is unknown color: approx Green. HEX triplet: 01, 75 and 07. RGB value is (1,117,7). Sum of RGB (Red+Green+Blue) = 1+117+7=125 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.8% from 125); Green value is 117 (46.09% from 255 or 93.6% from 125); Blue value is 7 (3.12% from 255 or 5.6% from 125); Max value from RGB is 117 - color contains mainly: green. Hex color #017507 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017507 is #FE8AF8. Grayscale: #464646. Windows color (decimal): -16681721 or 488705. OLE color: 488705.

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

Color convert

RGB11177-
CMYK0.9900.940.54
HSL123.1º98.31%23.14%-
HSV(B)123.1º99.15%45.88%-
XYZ6.4112.742.32-
YUV69.7892.5778.94-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.8%
GREEN value IS 117 (46.09% from 255) = 93.6%
BLUE value IS 7 (3.12% from 255) = 5.6%
R=0.8%
G=93.6%
B=5.6%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal111770.9900.940.54123.198.3123.14
Hex17576305E367b6217
Octal1165714301366617314227
Binary111101011111100011010111101101101111011110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #017507; }

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

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

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

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

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

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

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

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