#10680B

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

Shades of Green #10680B

Tints of Green #10680B

Color information

#10680B (or 0x10680B) is unknown color: approx Green. HEX triplet: 10, 68 and 0B. RGB value is (16,104,11). Sum of RGB (Red+Green+Blue) = 16+104+11=131 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.21% from 131); Green value is 104 (41.02% from 255 or 79.39% from 131); Blue value is 11 (4.69% from 255 or 8.40% from 131); Max value from RGB is 104 - color contains mainly: green. Hex color #10680B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #10680B is #EF97F4. Grayscale: #434343. Windows color (decimal): -15702005 or 747536. OLE color: 747536.

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

Color convert

RGB1610411-
CMYK0.8500.890.59
HSL116.77º80.87%22.55%-
HSV(B)116.77º89.42%40.78%-
XYZ5.2210.031.98-
YUV67.0996.3591.56-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.21%
GREEN value IS 104 (41.02% from 255) = 79.39%
BLUE value IS 11 (4.69% from 255) = 8.40%
R=12.21%
G=79.39%
B=8.40%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal16104110.8500.890.59116.7780.8722.55
Hex1068B550593B755117
Octal201501312501317316512127
Binary10000110100010111010101010110011110111110101101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10680B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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