#10680F

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

Shades of Green #10680F

Tints of Green #10680F

Color information

#10680F (or 0x10680F) is unknown color: approx Green. HEX triplet: 10, 68 and 0F. RGB value is (16,104,15). Sum of RGB (Red+Green+Blue) = 16+104+15=135 (17% of max value = 765). Red value is 16 (6.64% from 255 or 11.85% from 135); Green value is 104 (41.02% from 255 or 77.04% from 135); Blue value is 15 (6.25% from 255 or 11.11% from 135); Max value from RGB is 104 - color contains mainly: green. Hex color #10680F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #10680F is #EF97F0. Grayscale: #434343. Windows color (decimal): -15702001 or 1009680. OLE color: 1009680.

HSL color Cylindrical-coordinate representation of color #10680F: hue angle of 119.33º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #10680F is Cyan = 0.85, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.59.

Color convert

RGB1610415-
CMYK0.8500.860.59
HSL119.33º74.79%23.33%-
HSV(B)119.33º85.58%40.78%-
XYZ5.2510.052.11-
YUV67.5498.3591.24-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.85%
GREEN value IS 104 (41.02% from 255) = 77.04%
BLUE value IS 15 (6.25% from 255) = 11.11%
R=11.85%
G=77.04%
B=11.11%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal16104150.8500.860.59119.3374.7923.33
Hex1068F550563B774b17
Octal201501712501267316711327
Binary10000110100011111010101010101101110111110111100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10680F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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