Html Css Color HEX #121506 Green Waterloo

📋 copy color: '#121506'

red 18 ◦ green 21 ◦ blue 6

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

Shades of Green Waterloo #121506

Tints of Green Waterloo #121506

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 value IS 0.14

 M value IS 0

 Y value IS 0.71

 K value IS 0.92

RGB Variations

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

Color information

#121506 (or 0x121506) is known color: 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

RGB 18 21 6 -
CMYK 0.14 0 0.71 0.92
HSL 72º 0.56% 0.05% -
HSV(B) 72º 0.71% 0.08% -
XYZ 0.55 0.68 0.27 -
YUV 18.39 121.01 127.72 -
System Red Green Blue C M Y K H S L
Decimal 18 21 6 0.14 0 0.71 0.92 72 0.56 0.05
Hex 12 15 6 E 0 47 5C 48 38 5
Octal 22 25 6 16 0 107 134 110 70 5
Binary 10010 10101 110 1110 0 1000111 1011100 1001000 111000 101

Color Harmonies of #121506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121506

Black with #121506

Text Example


Text Example

White with #121506

Text Example


Text Example

HTML Codes & Css Web 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>