#107515

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

Shades of Green #107515

Tints of Green #107515

Color information

#107515 (or 0x107515) is unknown color: approx Green. HEX triplet: 10, 75 and 15. RGB value is (16,117,21). Sum of RGB (Red+Green+Blue) = 16+117+21=154 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.39% from 154); Green value is 117 (46.09% from 255 or 75.97% from 154); Blue value is 21 (8.59% from 255 or 13.64% from 154); Max value from RGB is 117 - color contains mainly: green. Hex color #107515 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #107515 is #EF8AEA. Grayscale: #4C4C4C. Windows color (decimal): -15698667 or 1406224. OLE color: 1406224.

HSL color Cylindrical-coordinate representation of color #107515: hue angle of 122.97º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #107515 is Cyan = 0.86, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.54.

Color convert

RGB1611721-
CMYK0.8600.820.54
HSL122.97º75.94%26.08%-
HSV(B)122.97º86.32%45.88%-
XYZ6.7112.892.84-
YUV75.8697.0485.31-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.39%
GREEN value IS 117 (46.09% from 255) = 75.97%
BLUE value IS 21 (8.59% from 255) = 13.64%
R=10.39%
G=75.97%
B=13.64%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal16117210.8600.820.54122.9775.9426.08
Hex10751556052367b4c1a
Octal201652512601226617311432
Binary100001110101101011010110010100101101101111011100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #107515; }

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

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

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

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

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

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

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

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