Html Css Color HEX #017612 Green

📋 copy color: '#017612'

red 1 ◦ green 118 ◦ blue 18

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

Shades of Green #017612

Tints of Green #017612

RGB

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

 GREEN value IS 118 (46.48% from 255) = 86.13%

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

R = 0.73%
G = 86.13%
B = 13.14%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#017612 (or 0x017612) is known color: Green. HEX triplet: 01, 76 and 12. RGB value is (1,118,18). Sum of RGB (Red+Green+Blue) = 1+118+18=137 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.73% from 137); Green value is 118 (46.48% from 255 or 86.13% from 137); Blue value is 18 (7.42% from 255 or 13.14% from 137); Max value from RGB is 118 - color contains mainly: green. Hex color #017612 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017612 is #FE89ED. Grayscale: #474747. Windows color (decimal): -16681454 or 1209857. OLE color: 1209857.

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

Color convert

RGB 1 118 18 -
CMYK 0.99 0 0.85 0.54
HSL 128.72º 0.98% 0.23% -
HSV(B) 128.72º 0.99% 0.46% -
XYZ 6.6 13.01 2.74 -
YUV 71.62 97.74 77.63 -
System Red Green Blue C M Y K H S L
Decimal 1 118 18 0.99 0 0.85 0.54 128.72 0.98 0.23
Hex 1 76 12 63 0 55 36 81 62 17
Octal 1 166 22 143 0 125 66 201 142 27
Binary 1 1110110 10010 1100011 0 1010101 110110 10000001 1100010 10111

Color Harmonies of #017612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017612

Black with #017612

Text Example


Text Example

White with #017612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017612; }

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

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

background-color css

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

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

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

border-color css

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

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

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