#121407

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

Shades of Green Waterloo #121407

Tints of Green Waterloo #121407

Color information

#121407 (or 0x121407) is unknown color: approx Green Waterloo. HEX triplet: 12, 14 and 07. RGB value is (18,20,7). Sum of RGB (Red+Green+Blue) = 18+20+7=45 (5% of max value = 765). Red value is 18 (7.42% from 255 or 40% from 45); Green value is 20 (8.20% from 255 or 44.44% from 45); Blue value is 7 (3.12% from 255 or 15.56% from 45); Max value from RGB is 20 - color contains mainly: green. Hex color #121407 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121407 is #EDEBF8. Grayscale: #111111. Windows color (decimal): -15592441 or 463890. OLE color: 463890.

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

Color convert

RGB18207-
CMYK0.1000.650.92
HSL69.23º48.15%5.29%-
HSV(B)69.23º65%7.84%-
XYZ0.540.640.3-
YUV17.92121.84128.06-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 40%
GREEN value IS 20 (8.20% from 255) = 44.44%
BLUE value IS 7 (3.12% from 255) = 15.56%
R=40%
G=44.44%
B=15.56%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal182070.1000.650.9269.2348.155.29
Hex12147A0415C45305
Octal22247120101134105605
Binary100101010011110100100000110111001000101110000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121407; }

 p { color: rgb(18,20,7); }

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

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

 a { background-color: rgb(18,20,7); }

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

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

 span { border-color: rgb(18,20,7); }

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