#107215

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

Shades of Green #107215

Tints of Green #107215

Color information

#107215 (or 0x107215) is unknown color: approx Green. HEX triplet: 10, 72 and 15. RGB value is (16,114,21). Sum of RGB (Red+Green+Blue) = 16+114+21=151 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.60% from 151); Green value is 114 (44.92% from 255 or 75.50% from 151); Blue value is 21 (8.59% from 255 or 13.91% from 151); Max value from RGB is 114 - color contains mainly: green. Hex color #107215 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #107215 is #EF8DEA. Grayscale: #4A4A4A. Windows color (decimal): -15699435 or 1405456. OLE color: 1405456.

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

Color convert

RGB1611421-
CMYK0.8600.820.55
HSL123.06º75.38%25.49%-
HSV(B)123.06º85.96%44.71%-
XYZ6.3712.22.73-
YUV74.198.0386.56-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.60%
GREEN value IS 114 (44.92% from 255) = 75.50%
BLUE value IS 21 (8.59% from 255) = 13.91%
R=10.60%
G=75.50%
B=13.91%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal16114210.8600.820.55123.0675.3825.49
Hex10721556052377b4b19
Octal201622512601226717311331
Binary100001110010101011010110010100101101111111011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #107215; }

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

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

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

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

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

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

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

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