#107606

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

Shades of Green #107606

Tints of Green #107606

Color information

#107606 (or 0x107606) is unknown color: approx Green. HEX triplet: 10, 76 and 06. RGB value is (16,118,6). Sum of RGB (Red+Green+Blue) = 16+118+6=140 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.43% from 140); Green value is 118 (46.48% from 255 or 84.29% from 140); Blue value is 6 (2.73% from 255 or 4.29% from 140); Max value from RGB is 118 - color contains mainly: green. Hex color #107606 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #107606 is #EF89F9. Grayscale: #4B4B4B. Windows color (decimal): -15698426 or 423440. OLE color: 423440.

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

Color convert

RGB161186-
CMYK0.8600.950.54
HSL114.64º90.32%24.31%-
HSV(B)114.64º94.92%46.27%-
XYZ6.7213.082.34-
YUV74.7389.2186.11-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.43%
GREEN value IS 118 (46.48% from 255) = 84.29%
BLUE value IS 6 (2.73% from 255) = 4.29%
R=11.43%
G=84.29%
B=4.29%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1611860.8600.950.54114.6490.3224.31
Hex107665605F36735a18
Octal20166612601376616313230
Binary1000011101101101010110010111111101101110011101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #107606; }

 p { color: rgb(16,118,6); }

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

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

 a { background-color: rgb(16,118,6); }

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

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

 span { border-color: rgb(16,118,6); }

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