#107014

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

Shades of Green #107014

Tints of Green #107014

Color information

#107014 (or 0x107014) is unknown color: approx Green. HEX triplet: 10, 70 and 14. RGB value is (16,112,20). Sum of RGB (Red+Green+Blue) = 16+112+20=148 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.81% from 148); Green value is 112 (44.14% from 255 or 75.68% from 148); Blue value is 20 (8.20% from 255 or 13.51% from 148); Max value from RGB is 112 - color contains mainly: green. Hex color #107014 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #107014 is #EF8FEB. Grayscale: #494949. Windows color (decimal): -15699948 or 1339408. OLE color: 1339408.

HSL color Cylindrical-coordinate representation of color #107014: hue angle of 122.5º 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 #107014 is Cyan = 0.86, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.56.

Color convert

RGB1611220-
CMYK0.8600.820.56
HSL122.5º75%25.1%-
HSV(B)122.5º85.71%43.92%-
XYZ6.1311.752.61-
YUV72.8198.287.48-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.81%
GREEN value IS 112 (44.14% from 255) = 75.68%
BLUE value IS 20 (8.20% from 255) = 13.51%
R=10.81%
G=75.68%
B=13.51%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal16112200.8600.820.56122.57525.1
Hex10701456052387a4b19
Octal201602412601227017211331
Binary100001110000101001010110010100101110001111010100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #107014; }

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

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

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

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

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

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

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

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