Html Css Color HEX #017510 Green

📋 copy color: '#017510'

red 1 ◦ green 117 ◦ blue 16

#017510
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green #017510

Tints of Green #017510

RGB

 RED value IS 1 (0.78% from 255) = 0.75%

 GREEN value IS 117 (46.09% from 255) = 87.31%

 BLUE value IS 16 (6.64% from 255) = 11.94%

R = 0.75%
G = 87.31%
B = 11.94%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#017510 (or 0x017510) is known color: Green. HEX triplet: 01, 75 and 10. RGB value is (1,117,16). Sum of RGB (Red+Green+Blue) = 1+117+16=134 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 134); Green value is 117 (46.09% from 255 or 87.31% from 134); Blue value is 16 (6.64% from 255 or 11.94% from 134); Max value from RGB is 117 - color contains mainly: green. Hex color #017510 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017510 is #FE8AEF. Grayscale: #474747. Windows color (decimal): -16681712 or 1078529. OLE color: 1078529.

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

Color convert

RGB 1 117 16 -
CMYK 0.99 0 0.86 0.54
HSL 127.76º 0.98% 0.23% -
HSV(B) 127.76º 0.99% 0.46% -
XYZ 6.47 12.77 2.61 -
YUV 70.8 97.07 78.21 -
System Red Green Blue C M Y K H S L
Decimal 1 117 16 0.99 0 0.86 0.54 127.76 0.98 0.23
Hex 1 75 10 63 0 56 36 80 62 17
Octal 1 165 20 143 0 126 66 200 142 27
Binary 1 1110101 10000 1100011 0 1010110 110110 10000000 1100010 10111

Color Harmonies of #017510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017510

Black with #017510

Text Example


Text Example

White with #017510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017510; }

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

 H1.HeaderClassName
 {
   color: #017510;
 }
 .AnyTagClassName
 {
   color: #017510;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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