#107017

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

Shades of Green #107017

Tints of Green #107017

Color information

#107017 (or 0x107017) is unknown color: approx Green. HEX triplet: 10, 70 and 17. RGB value is (16,112,23). Sum of RGB (Red+Green+Blue) = 16+112+23=151 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.60% from 151); Green value is 112 (44.14% from 255 or 74.17% from 151); Blue value is 23 (9.38% from 255 or 15.23% from 151); Max value from RGB is 112 - color contains mainly: green. Hex color #107017 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #107017 is #EF8FE8. Grayscale: #494949. Windows color (decimal): -15699945 or 1536016. OLE color: 1536016.

HSL color Cylindrical-coordinate representation of color #107017: hue angle of 124.38º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #107017 is Cyan = 0.86, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.56.

Color convert

RGB1611223-
CMYK0.8600.790.56
HSL124.38º75%25.1%-
HSV(B)124.38º85.71%43.92%-
XYZ6.1611.762.76-
YUV73.1599.787.24-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.60%
GREEN value IS 112 (44.14% from 255) = 74.17%
BLUE value IS 23 (9.38% from 255) = 15.23%
R=10.60%
G=74.17%
B=15.23%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal16112230.8600.790.56124.387525.1
Hex1070175604F387c4b19
Octal201602712601177017411331
Binary100001110000101111010110010011111110001111100100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #107017; }

 p { color: rgb(16,112,23); }

 H1.HeaderClassName
 {
   color: #107017;
 }
 .AnyTagClassName
 {
   color: #107017;
 }
</style>
background-color css

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

 a { background-color: rgb(16,112,23); }

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

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

 span { border-color: rgb(16,112,23); }

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