Html Css Color HEX #121407 Green Waterloo

📋 copy color: '#121407'

red 18 ◦ green 20 ◦ blue 7

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

Shades of Green Waterloo #121407

Tints of Green Waterloo #121407

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 15.56%

R = 40%
G = 44.44%
B = 15.56%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.65

 K value IS 0.92

RGB Variations

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

Color information

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

RGB 18 20 7 -
CMYK 0.10 0 0.65 0.92
HSL 69.23º 0.48% 0.05% -
HSV(B) 69.23º 0.65% 0.08% -
XYZ 0.54 0.64 0.3 -
YUV 17.92 121.84 128.06 -
System Red Green Blue C M Y K H S L
Decimal 18 20 7 0.10 0 0.65 0.92 69.23 0.48 0.05
Hex 12 14 7 A 0 41 5C 45 30 5
Octal 22 24 7 12 0 101 134 105 60 5
Binary 10010 10100 111 1010 0 1000001 1011100 1000101 110000 101

Color Harmonies of #121407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121407

Black with #121407

Text Example


Text Example

White with #121407

Text Example


Text Example

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