#017614

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

Shades of Green #017614

Tints of Green #017614

Color information

#017614 (or 0x017614) is unknown color: approx 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

RGB111820-
CMYK0.9900.830.54
HSL129.74º98.32%23.33%-
HSV(B)129.74º99.15%46.27%-
XYZ6.6213.012.82-
YUV71.8498.7477.47-

RGB Variations

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

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.20% from 255) = 14.39%
R=0.72%
G=84.89%
B=14.39%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1118200.9900.830.54129.7498.3223.33
Hex176146305336826217
Octal11662414301236620214227
Binary111101101010011000110101001111011010000010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>