Html Css Color HEX #11684A Jewel

📋 copy color: '#11684A'

red 17 ◦ green 104 ◦ blue 74

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

Shades of Jewel #11684A

Tints of Jewel #11684A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 37.95%

R = 8.72%
G = 53.33%
B = 37.95%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.29

 K value IS 0.59

RGB Variations

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

Color information

#11684A (or 0x11684A) is known color: Jewel. HEX triplet: 11, 68 and 4A. RGB value is (17,104,74). Sum of RGB (Red+Green+Blue) = 17+104+74=195 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.72% from 195); Green value is 104 (41.02% from 255 or 53.33% from 195); Blue value is 74 (29.30% from 255 or 37.95% from 195); Max value from RGB is 104 - color contains mainly: green. Hex color #11684A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11684A is #EE97B5. Grayscale: #4A4A4A. Windows color (decimal): -15636406 or 4876305. OLE color: 4876305.

HSL color Cylindrical-coordinate representation of color #11684A: hue angle of 159.31º 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 #11684A is Cyan = 0.84, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.59.

Color convert

RGB 17 104 74 -
CMYK 0.84 0 0.29 0.59
HSL 159.31º 0.72% 0.24% -
HSV(B) 159.31º 0.84% 0.41% -
XYZ 6.42 10.51 8.17 -
YUV 74.57 127.68 86.94 -
System Red Green Blue C M Y K H S L
Decimal 17 104 74 0.84 0 0.29 0.59 159.31 0.72 0.24
Hex 11 68 4A 54 0 1D 3B 9F 48 18
Octal 21 150 112 124 0 35 73 237 110 30
Binary 10001 1101000 1001010 1010100 0 11101 111011 10011111 1001000 11000

Color Harmonies of #11684A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11684A

Black with #11684A

Text Example


Text Example

White with #11684A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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