Html Css Color HEX #11684D Jewel

📋 copy color: '#11684D'

red 17 ◦ green 104 ◦ blue 77

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

Shades of Jewel #11684D

Tints of Jewel #11684D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 52.53%

 BLUE value IS 77 (30.47% from 255) = 38.89%

R = 8.59%
G = 52.53%
B = 38.89%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.26

 K value IS 0.59

RGB Variations

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

Color information

#11684D (or 0x11684D) is known color: Jewel. HEX triplet: 11, 68 and 4D. RGB value is (17,104,77). Sum of RGB (Red+Green+Blue) = 17+104+77=198 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.59% from 198); Green value is 104 (41.02% from 255 or 52.53% from 198); Blue value is 77 (30.47% from 255 or 38.89% from 198); Max value from RGB is 104 - color contains mainly: green. Hex color #11684D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11684D is #EE97B2. Grayscale: #4A4A4A. Windows color (decimal): -15636403 or 5072913. OLE color: 5072913.

HSL color Cylindrical-coordinate representation of color #11684D: hue angle of 161.38º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #11684D is Cyan = 0.84, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.59.

Color convert

RGB 17 104 77 -
CMYK 0.84 0 0.26 0.59
HSL 161.38º 0.72% 0.24% -
HSV(B) 161.38º 0.84% 0.41% -
XYZ 6.52 10.56 8.71 -
YUV 74.91 129.18 86.7 -
System Red Green Blue C M Y K H S L
Decimal 17 104 77 0.84 0 0.26 0.59 161.38 0.72 0.24
Hex 11 68 4D 54 0 1A 3B A1 48 18
Octal 21 150 115 124 0 32 73 241 110 30
Binary 10001 1101000 1001101 1010100 0 11010 111011 10100001 1001000 11000

Color Harmonies of #11684D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11684D

Black with #11684D

Text Example


Text Example

White with #11684D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11684D; }

 p { color: rgb(17,104,77); }

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

background-color css

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

 a { background-color: rgb(17,104,77); }

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

border-color css

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

 span { border-color: rgb(17,104,77); }

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