Html Css Color HEX #017614 Green

📋 copy color: '#017614'

red 1 ◦ green 118 ◦ blue 20

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

Shades of Green #017614

Tints of Green #017614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 14.39%

R = 0.72%
G = 84.89%
B = 14.39%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#017614 (or 0x017614) is known color: Green. HEX triplet: 01, 76 and 14. RGB value is (1,118,20). Sum of RGB (Red+Green+Blue) = 1+118+20=139 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 139); Green value is 118 (46.48% from 255 or 84.89% from 139); Blue value is 20 (8.20% from 255 or 14.39% from 139); Max value from RGB is 118 - color contains mainly: green. Hex color #017614 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017614 is #FE89EB. Grayscale: #484848. Windows color (decimal): -16681452 or 1340929. OLE color: 1340929.

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

Color convert

RGB 1 118 20 -
CMYK 0.99 0 0.83 0.54
HSL 129.74º 0.98% 0.23% -
HSV(B) 129.74º 0.99% 0.46% -
XYZ 6.62 13.01 2.82 -
YUV 71.85 98.74 77.47 -
System Red Green Blue C M Y K H S L
Decimal 1 118 20 0.99 0 0.83 0.54 129.74 0.98 0.23
Hex 1 76 14 63 0 53 36 82 62 17
Octal 1 166 24 143 0 123 66 202 142 27
Binary 1 1110110 10100 1100011 0 1010011 110110 10000010 1100010 10111

Color Harmonies of #017614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017614

Black with #017614

Text Example


Text Example

White with #017614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017614; }

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

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

background-color css

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

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

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

border-color css

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

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

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