Html Css Color HEX #11694D Jewel

📋 copy color: '#11694D'

red 17 ◦ green 105 ◦ blue 77

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

Shades of Jewel #11694D

Tints of Jewel #11694D

RGB

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

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

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

R = 8.54%
G = 52.76%
B = 38.69%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.27

 K value IS 0.59

RGB Variations

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

Color information

#11694D (or 0x11694D) is known color: Jewel. HEX triplet: 11, 69 and 4D. RGB value is (17,105,77). Sum of RGB (Red+Green+Blue) = 17+105+77=199 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.54% from 199); Green value is 105 (41.41% from 255 or 52.76% from 199); Blue value is 77 (30.47% from 255 or 38.69% from 199); Max value from RGB is 105 - color contains mainly: green. Hex color #11694D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11694D is #EE96B2. Grayscale: #4B4B4B. Windows color (decimal): -15636147 or 5073169. OLE color: 5073169.

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

Color convert

RGB 17 105 77 -
CMYK 0.84 0 0.27 0.59
HSL 160.91º 0.72% 0.24% -
HSV(B) 160.91º 0.84% 0.41% -
XYZ 6.62 10.76 8.75 -
YUV 75.5 128.85 86.28 -
System Red Green Blue C M Y K H S L
Decimal 17 105 77 0.84 0 0.27 0.59 160.91 0.72 0.24
Hex 11 69 4D 54 0 1B 3B A1 48 18
Octal 21 151 115 124 0 33 73 241 110 30
Binary 10001 1101001 1001101 1010100 0 11011 111011 10100001 1001000 11000

Color Harmonies of #11694D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11694D

Black with #11694D

Text Example


Text Example

White with #11694D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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