#107015

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

Shades of Green #107015

Tints of Green #107015

Color information

#107015 (or 0x107015) is unknown color: approx Green. HEX triplet: 10, 70 and 15. RGB value is (16,112,21). Sum of RGB (Red+Green+Blue) = 16+112+21=149 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.74% from 149); Green value is 112 (44.14% from 255 or 75.17% from 149); Blue value is 21 (8.59% from 255 or 14.09% from 149); Max value from RGB is 112 - color contains mainly: green. Hex color #107015 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #107015 is #EF8FEA. Grayscale: #494949. Windows color (decimal): -15699947 or 1404944. OLE color: 1404944.

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

Color convert

RGB1611221-
CMYK0.8600.810.56
HSL123.12º75%25.1%-
HSV(B)123.12º85.71%43.92%-
XYZ6.1411.752.65-
YUV72.9298.787.4-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.74%
GREEN value IS 112 (44.14% from 255) = 75.17%
BLUE value IS 21 (8.59% from 255) = 14.09%
R=10.74%
G=75.17%
B=14.09%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal16112210.8600.810.56123.127525.1
Hex10701556051387b4b19
Octal201602512601217017311331
Binary100001110000101011010110010100011110001111011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #107015; }

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

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

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

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

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

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

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

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