#121506

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

Shades of Green Waterloo #121506

Tints of Green Waterloo #121506

Color information

#121506 (or 0x121506) is unknown color: approx Green Waterloo. HEX triplet: 12, 15 and 06. RGB value is (18,21,6). Sum of RGB (Red+Green+Blue) = 18+21+6=45 (5% of max value = 765). Red value is 18 (7.42% from 255 or 40% from 45); Green value is 21 (8.59% from 255 or 46.67% from 45); Blue value is 6 (2.73% from 255 or 13.33% from 45); Max value from RGB is 21 - color contains mainly: green. Hex color #121506 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121506 is #EDEAF9. Grayscale: #121212. Windows color (decimal): -15592186 or 398610. OLE color: 398610.

HSL color Cylindrical-coordinate representation of color #121506: hue angle of 72º degrees, saturation: 0.56, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #121506 is Cyan = 0.14, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.92.

Color convert

RGB18216-
CMYK0.1400.710.92
HSL72º55.56%5.29%-
HSV(B)72º71.43%8.24%-
XYZ0.550.680.27-
YUV18.39121.01127.72-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 40%
GREEN value IS 21 (8.59% from 255) = 46.67%
BLUE value IS 6 (2.73% from 255) = 13.33%
R=40%
G=46.67%
B=13.33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal182160.1400.710.927255.565.29
Hex12156E0475C48385
Octal22256160107134110705
Binary100101010111011100100011110111001001000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121506; }

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

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

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

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

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

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

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

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