Html Css Color HEX #11694F Jewel

📋 copy color: '#11694F'

red 17 ◦ green 105 ◦ blue 79

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

Shades of Jewel #11694F

Tints of Jewel #11694F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 39.3%

R = 8.46%
G = 52.24%
B = 39.3%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.25

 K value IS 0.59

RGB Variations

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

Color information

#11694F (or 0x11694F) is known color: Jewel. HEX triplet: 11, 69 and 4F. RGB value is (17,105,79). Sum of RGB (Red+Green+Blue) = 17+105+79=201 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.46% from 201); Green value is 105 (41.41% from 255 or 52.24% from 201); Blue value is 79 (31.25% from 255 or 39.30% from 201); Max value from RGB is 105 - color contains mainly: green. Hex color #11694F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11694F is #EE96B0. Grayscale: #4B4B4B. Windows color (decimal): -15636145 or 5204241. OLE color: 5204241.

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

Color convert

RGB 17 105 79 -
CMYK 0.84 0 0.25 0.59
HSL 162.27º 0.72% 0.24% -
HSV(B) 162.27º 0.84% 0.41% -
XYZ 6.69 10.79 9.13 -
YUV 75.72 129.85 86.11 -
System Red Green Blue C M Y K H S L
Decimal 17 105 79 0.84 0 0.25 0.59 162.27 0.72 0.24
Hex 11 69 4F 54 0 19 3B A2 48 18
Octal 21 151 117 124 0 31 73 242 110 30
Binary 10001 1101001 1001111 1010100 0 11001 111011 10100010 1001000 11000

Color Harmonies of #11694F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11694F

Black with #11694F

Text Example


Text Example

White with #11694F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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