Html Css Color HEX #111407 Green Waterloo

📋 copy color: '#111407'

red 17 ◦ green 20 ◦ blue 7

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

Shades of Green Waterloo #111407

Tints of Green Waterloo #111407

RGB

 RED value IS 17 (7.03% from 255) = 38.64%

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

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

R = 38.64%
G = 45.45%
B = 15.91%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.65

 K value IS 0.92

RGB Variations

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

Color information

#111407 (or 0x111407) is known color: Green Waterloo. HEX triplet: 11, 14 and 07. RGB value is (17,20,7). Sum of RGB (Red+Green+Blue) = 17+20+7=44 (5% of max value = 765). Red value is 17 (7.03% from 255 or 38.64% from 44); Green value is 20 (8.20% from 255 or 45.45% from 44); Blue value is 7 (3.12% from 255 or 15.91% from 44); Max value from RGB is 20 - color contains mainly: green. Hex color #111407 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111407 is #EEEBF8. Grayscale: #111111. Windows color (decimal): -15657977 or 463889. OLE color: 463889.

HSL color Cylindrical-coordinate representation of color #111407: hue angle of 73.85º 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 #111407 is Cyan = 0.15, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.92.

Color convert

RGB 17 20 7 -
CMYK 0.15 0 0.65 0.92
HSL 73.85º 0.48% 0.05% -
HSV(B) 73.85º 0.65% 0.08% -
XYZ 0.52 0.63 0.3 -
YUV 17.62 122.01 127.56 -
System Red Green Blue C M Y K H S L
Decimal 17 20 7 0.15 0 0.65 0.92 73.85 0.48 0.05
Hex 11 14 7 F 0 41 5C 4A 30 5
Octal 21 24 7 17 0 101 134 112 60 5
Binary 10001 10100 111 1111 0 1000001 1011100 1001010 110000 101

Color Harmonies of #111407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111407

Black with #111407

Text Example


Text Example

White with #111407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111407; }

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

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

background-color css

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

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

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

border-color css

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

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

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