Html Css Color HEX #121605 Green Waterloo

📋 copy color: '#121605'

red 18 ◦ green 22 ◦ blue 5

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

Shades of Green Waterloo #121605

Tints of Green Waterloo #121605

RGB

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

 GREEN value IS 22 (8.98% from 255) = 48.89%

 BLUE value IS 5 (2.34% from 255) = 11.11%

R = 40%
G = 48.89%
B = 11.11%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.77

 K value IS 0.91

RGB Variations

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

Color information

#121605 (or 0x121605) is known color: Green Waterloo. HEX triplet: 12, 16 and 05. RGB value is (18,22,5). Sum of RGB (Red+Green+Blue) = 18+22+5=45 (5% of max value = 765). Red value is 18 (7.42% from 255 or 40% from 45); Green value is 22 (8.98% from 255 or 48.89% from 45); Blue value is 5 (2.34% from 255 or 11.11% from 45); Max value from RGB is 22 - color contains mainly: green. Hex color #121605 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121605 is #EDE9FA. Grayscale: #121212. Windows color (decimal): -15591931 or 333330. OLE color: 333330.

HSL color Cylindrical-coordinate representation of color #121605: hue angle of 74.12º degrees, saturation: 0.63, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #121605 is Cyan = 0.18, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.91.

Color convert

RGB 18 22 5 -
CMYK 0.18 0 0.77 0.91
HSL 74.12º 0.63% 0.05% -
HSV(B) 74.12º 0.77% 0.09% -
XYZ 0.56 0.71 0.25 -
YUV 18.87 120.17 127.38 -
System Red Green Blue C M Y K H S L
Decimal 18 22 5 0.18 0 0.77 0.91 74.12 0.63 0.05
Hex 12 16 5 12 0 4D 5B 4A 3F 5
Octal 22 26 5 22 0 115 133 112 77 5
Binary 10010 10110 101 10010 0 1001101 1011011 1001010 111111 101

Color Harmonies of #121605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121605

Black with #121605

Text Example


Text Example

White with #121605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121605; }

 p { color: rgb(18,22,5); }

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

background-color css

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

 a { background-color: rgb(18,22,5); }

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

border-color css

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

 span { border-color: rgb(18,22,5); }

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