Html Css Color HEX #11694B Jewel

📋 copy color: '#11694B'

red 17 ◦ green 105 ◦ blue 75

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

Shades of Jewel #11694B

Tints of Jewel #11694B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 38.07%

R = 8.63%
G = 53.3%
B = 38.07%

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

#11694B (or 0x11694B) is known color: Jewel. HEX triplet: 11, 69 and 4B. RGB value is (17,105,75). Sum of RGB (Red+Green+Blue) = 17+105+75=197 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.63% from 197); Green value is 105 (41.41% from 255 or 53.30% from 197); Blue value is 75 (29.69% from 255 or 38.07% from 197); Max value from RGB is 105 - color contains mainly: green. Hex color #11694B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11694B is #EE96B4. Grayscale: #4B4B4B. Windows color (decimal): -15636149 or 4942097. OLE color: 4942097.

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

Color convert

RGB 17 105 75 -
CMYK 0.84 0 0.29 0.59
HSL 159.55º 0.72% 0.24% -
HSV(B) 159.55º 0.84% 0.41% -
XYZ 6.55 10.73 8.38 -
YUV 75.27 127.85 86.44 -
System Red Green Blue C M Y K H S L
Decimal 17 105 75 0.84 0 0.29 0.59 159.55 0.72 0.24
Hex 11 69 4B 54 0 1D 3B A0 48 18
Octal 21 151 113 124 0 35 73 240 110 30
Binary 10001 1101001 1001011 1010100 0 11101 111011 10100000 1001000 11000

Color Harmonies of #11694B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11694B

Black with #11694B

Text Example


Text Example

White with #11694B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11694B; }

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

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

background-color css

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

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

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

border-color css

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

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

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