#10760F

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

Shades of Green #10760F

Tints of Green #10760F

Color information

#10760F (or 0x10760F) is unknown color: approx Green. HEX triplet: 10, 76 and 0F. RGB value is (16,118,15). Sum of RGB (Red+Green+Blue) = 16+118+15=149 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.74% from 149); Green value is 118 (46.48% from 255 or 79.19% from 149); Blue value is 15 (6.25% from 255 or 10.07% from 149); Max value from RGB is 118 - color contains mainly: green. Hex color #10760F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #10760F is #EF89F0. Grayscale: #4C4C4C. Windows color (decimal): -15698417 or 1013264. OLE color: 1013264.

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

Color convert

RGB1611815-
CMYK0.8600.870.54
HSL119.42º77.44%26.08%-
HSV(B)119.42º87.29%46.27%-
XYZ6.7813.12.62-
YUV75.7693.7185.38-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.74%
GREEN value IS 118 (46.48% from 255) = 79.19%
BLUE value IS 15 (6.25% from 255) = 10.07%
R=10.74%
G=79.19%
B=10.07%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal16118150.8600.870.54119.4277.4426.08
Hex1076F5605736774d1a
Octal201661712601276616711532
Binary10000111011011111010110010101111101101110111100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10760F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10760F; }

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

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

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

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

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

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

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

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