Html Css Color HEX #017712 Green

📋 copy color: '#017712'

red 1 ◦ green 119 ◦ blue 18

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

Shades of Green #017712

Tints of Green #017712

RGB

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

 GREEN value IS 119 (46.88% from 255) = 86.23%

 BLUE value IS 18 (7.42% from 255) = 13.04%

R = 0.72%
G = 86.23%
B = 13.04%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.85

 K value IS 0.53

RGB Variations

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

Color information

#017712 (or 0x017712) is known color: Green. HEX triplet: 01, 77 and 12. RGB value is (1,119,18). Sum of RGB (Red+Green+Blue) = 1+119+18=138 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 138); Green value is 119 (46.88% from 255 or 86.23% from 138); Blue value is 18 (7.42% from 255 or 13.04% from 138); Max value from RGB is 119 - color contains mainly: green. Hex color #017712 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017712 is #FE88ED. Grayscale: #484848. Windows color (decimal): -16681198 or 1210113. OLE color: 1210113.

HSL color Cylindrical-coordinate representation of color #017712: hue angle of 128.64º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017712 is Cyan = 0.99, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.53.

Color convert

RGB 1 119 18 -
CMYK 0.99 0 0.85 0.53
HSL 128.64º 0.98% 0.24% -
HSV(B) 128.64º 0.99% 0.47% -
XYZ 6.72 13.24 2.77 -
YUV 72.2 97.41 77.21 -
System Red Green Blue C M Y K H S L
Decimal 1 119 18 0.99 0 0.85 0.53 128.64 0.98 0.24
Hex 1 77 12 63 0 55 35 81 62 18
Octal 1 167 22 143 0 125 65 201 142 30
Binary 1 1110111 10010 1100011 0 1010101 110101 10000001 1100010 11000

Color Harmonies of #017712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017712

Black with #017712

Text Example


Text Example

White with #017712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017712; }

 p { color: rgb(1,119,18); }

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

background-color css

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

 a { background-color: rgb(1,119,18); }

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

border-color css

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

 span { border-color: rgb(1,119,18); }

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