#107500

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

Shades of Green #107500

Tints of Green #107500

Color information

#107500 (or 0x107500) is unknown color: approx Green. HEX triplet: 10, 75 and 00. RGB value is (16,117,0). Sum of RGB (Red+Green+Blue) = 16+117+0=133 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.03% from 133); Green value is 117 (46.09% from 255 or 87.97% from 133); Blue value is 0 (0.39% from 255 or 0% from 133); Max value from RGB is 117 - color contains mainly: green. Hex color #107500 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #107500 is #EF8AFF. Grayscale: #494949. Windows color (decimal): -15698688 or 29968. OLE color: 29968.

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

Color convert

RGB161170-
CMYK0.86010.54
HSL111.79º100%22.94%-
HSV(B)111.79º100%45.88%-
XYZ6.5712.832.13-
YUV73.4686.5487.01-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.03%
GREEN value IS 117 (46.09% from 255) = 87.97%
BLUE value IS 0 (0.39% from 255) = 0%
R=12.03%
G=87.97%
B=0%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1611700.86010.54111.7910022.94
Hex107505606436706417
Octal20165012601446616014427
Binary10000111010101010110011001001101101110000110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #107500; }

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

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

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

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

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

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

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

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