#107007

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

Shades of Green #107007

Tints of Green #107007

Color information

#107007 (or 0x107007) is unknown color: approx Green. HEX triplet: 10, 70 and 07. RGB value is (16,112,7). Sum of RGB (Red+Green+Blue) = 16+112+7=135 (17% of max value = 765). Red value is 16 (6.64% from 255 or 11.85% from 135); Green value is 112 (44.14% from 255 or 82.96% from 135); Blue value is 7 (3.12% from 255 or 5.19% from 135); Max value from RGB is 112 - color contains mainly: green. Hex color #107007 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #107007 is #EF8FF8. Grayscale: #474747. Windows color (decimal): -15699961 or 487440. OLE color: 487440.

HSL color Cylindrical-coordinate representation of color #107007: hue angle of 114.86º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #107007 is Cyan = 0.86, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.56.

Color convert

RGB161127-
CMYK0.8600.940.56
HSL114.86º88.24%23.33%-
HSV(B)114.86º93.75%43.92%-
XYZ6.0511.712.14-
YUV71.3391.788.54-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.85%
GREEN value IS 112 (44.14% from 255) = 82.96%
BLUE value IS 7 (3.12% from 255) = 5.19%
R=11.85%
G=82.96%
B=5.19%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1611270.8600.940.56114.8688.2423.33
Hex107075605E38735817
Octal20160712601367016313027
Binary1000011100001111010110010111101110001110011101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #107007; }

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

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

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

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

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

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

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

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