#10600C

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

Shades of Green #10600C

Tints of Green #10600C

Color information

#10600C (or 0x10600C) is unknown color: approx Green. HEX triplet: 10, 60 and 0C. RGB value is (16,96,12). Sum of RGB (Red+Green+Blue) = 16+96+12=124 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.90% from 124); Green value is 96 (37.89% from 255 or 77.42% from 124); Blue value is 12 (5.08% from 255 or 9.68% from 124); Max value from RGB is 96 - color contains mainly: green. Hex color #10600C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #10600C is #EF9FF3. Grayscale: #3E3E3E. Windows color (decimal): -15704052 or 811024. OLE color: 811024.

HSL color Cylindrical-coordinate representation of color #10600C: hue angle of 117.14º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10600C is Cyan = 0.83, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB169612-
CMYK0.8300.880.62
HSL117.14º77.78%21.18%-
HSV(B)117.14º87.5%37.65%-
XYZ4.468.51.75-
YUV62.599.594.83-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.90%
GREEN value IS 96 (37.89% from 255) = 77.42%
BLUE value IS 12 (5.08% from 255) = 9.68%
R=12.90%
G=77.42%
B=9.68%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1696120.8300.880.62117.1477.7821.18
Hex1060C530583E754e15
Octal201401412301307616511625
Binary10000110000011001010011010110001111101110101100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10600C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10600C; }

 p { color: rgb(16,96,12); }

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

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

 a { background-color: rgb(16,96,12); }

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

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

 span { border-color: rgb(16,96,12); }

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