Html Css Color HEX #121406 Green Waterloo

📋 copy color: '#121406'

red 18 ◦ green 20 ◦ blue 6

#121406
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Waterloo #121406

Tints of Green Waterloo #121406

RGB

 RED value IS 18 (7.42% from 255) = 40.91%

 GREEN value IS 20 (8.2% from 255) = 45.45%

 BLUE value IS 6 (2.73% from 255) = 13.64%

R = 40.91%
G = 45.45%
B = 13.64%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.70

 K value IS 0.92

RGB Variations

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

Color information

#121406 (or 0x121406) is known color: Green Waterloo. HEX triplet: 12, 14 and 06. RGB value is (18,20,6). Sum of RGB (Red+Green+Blue) = 18+20+6=44 (5% of max value = 765). Red value is 18 (7.42% from 255 or 40.91% from 44); Green value is 20 (8.20% from 255 or 45.45% from 44); Blue value is 6 (2.73% from 255 or 13.64% from 44); Max value from RGB is 20 - color contains mainly: green. Hex color #121406 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121406 is #EDEBF9. Grayscale: #111111. Windows color (decimal): -15592442 or 398354. OLE color: 398354.

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

Color convert

RGB 18 20 6 -
CMYK 0.10 0 0.70 0.92
HSL 68.57º 0.54% 0.05% -
HSV(B) 68.57º 0.7% 0.08% -
XYZ 0.53 0.64 0.27 -
YUV 17.81 121.34 128.14 -
System Red Green Blue C M Y K H S L
Decimal 18 20 6 0.10 0 0.70 0.92 68.57 0.54 0.05
Hex 12 14 6 A 0 46 5C 45 36 5
Octal 22 24 6 12 0 106 134 105 66 5
Binary 10010 10100 110 1010 0 1000110 1011100 1000101 110110 101

Color Harmonies of #121406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121406

Black with #121406

Text Example


Text Example

White with #121406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121406; }

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

 H1.HeaderClassName
 {
   color: #121406;
 }
 .AnyTagClassName
 {
   color: #121406;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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