#101206

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

Shades of Green Waterloo #101206

Tints of Green Waterloo #101206

Color information

#101206 (or 0x101206) is unknown color: approx Green Waterloo. HEX triplet: 10, 12 and 06. RGB value is (16,18,6). Sum of RGB (Red+Green+Blue) = 16+18+6=40 (5% of max value = 765). Red value is 16 (6.64% from 255 or 40% from 40); Green value is 18 (7.42% from 255 or 45% from 40); Blue value is 6 (2.73% from 255 or 15% from 40); Max value from RGB is 18 - color contains mainly: green. Hex color #101206 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101206 is #EFEDF9. Grayscale: #101010. Windows color (decimal): -15724026 or 397840. OLE color: 397840.

HSL color Cylindrical-coordinate representation of color #101206: hue angle of 70º degrees, saturation: 0.5, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #101206 is Cyan = 0.11, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.93.

Color convert

RGB16186-
CMYK0.1100.670.93
HSL70º50%4.71%-
HSV(B)70º66.67%7.06%-
XYZ0.460.560.26-
YUV16.03122.34127.98-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 40%
GREEN value IS 18 (7.42% from 255) = 45%
BLUE value IS 6 (2.73% from 255) = 15%
R=40%
G=45%
B=15%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal161860.1100.670.9370504.71
Hex10126B0435D46325
Octal20226130103135106625
Binary100001001011010110100001110111011000110110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101206; }

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

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

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

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

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

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

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

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