Html Css Color HEX #11693E Jewel

📋 copy color: '#11693E'

red 17 ◦ green 105 ◦ blue 62

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

Shades of Jewel #11693E

Tints of Jewel #11693E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 57.07%

 BLUE value IS 62 (24.61% from 255) = 33.7%

R = 9.24%
G = 57.07%
B = 33.7%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.41

 K value IS 0.59

RGB Variations

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

Color information

#11693E (or 0x11693E) is known color: Jewel. HEX triplet: 11, 69 and 3E. RGB value is (17,105,62). Sum of RGB (Red+Green+Blue) = 17+105+62=184 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.24% from 184); Green value is 105 (41.41% from 255 or 57.07% from 184); Blue value is 62 (24.61% from 255 or 33.70% from 184); Max value from RGB is 105 - color contains mainly: green. Hex color #11693E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11693E is #EE96C1. Grayscale: #494949. Windows color (decimal): -15636162 or 4090129. OLE color: 4090129.

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

Color convert

RGB 17 105 62 -
CMYK 0.84 0 0.41 0.59
HSL 150.68º 0.72% 0.24% -
HSV(B) 150.68º 0.84% 0.41% -
XYZ 6.15 10.57 6.27 -
YUV 73.79 121.35 87.5 -
System Red Green Blue C M Y K H S L
Decimal 17 105 62 0.84 0 0.41 0.59 150.68 0.72 0.24
Hex 11 69 3E 54 0 29 3B 97 48 18
Octal 21 151 76 124 0 51 73 227 110 30
Binary 10001 1101001 111110 1010100 0 101001 111011 10010111 1001000 11000

Color Harmonies of #11693E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11693E

Black with #11693E

Text Example


Text Example

White with #11693E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11693E; }

 p { color: rgb(17,105,62); }

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

background-color css

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

 a { background-color: rgb(17,105,62); }

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

border-color css

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

 span { border-color: rgb(17,105,62); }

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