Html Css Color HEX #11694A Jewel

📋 copy color: '#11694A'

red 17 ◦ green 105 ◦ blue 74

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

Shades of Jewel #11694A

Tints of Jewel #11694A

RGB

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

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

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

R = 8.67%
G = 53.57%
B = 37.76%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.30

 K value IS 0.59

RGB Variations

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

Color information

#11694A (or 0x11694A) is known color: Jewel. HEX triplet: 11, 69 and 4A. RGB value is (17,105,74). Sum of RGB (Red+Green+Blue) = 17+105+74=196 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.67% from 196); Green value is 105 (41.41% from 255 or 53.57% from 196); Blue value is 74 (29.30% from 255 or 37.76% from 196); Max value from RGB is 105 - color contains mainly: green. Hex color #11694A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11694A is #EE96B5. Grayscale: #4B4B4B. Windows color (decimal): -15636150 or 4876561. OLE color: 4876561.

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

Color convert

RGB 17 105 74 -
CMYK 0.84 0 0.30 0.59
HSL 158.86º 0.72% 0.24% -
HSV(B) 158.86º 0.84% 0.41% -
XYZ 6.52 10.72 8.2 -
YUV 75.15 127.35 86.52 -
System Red Green Blue C M Y K H S L
Decimal 17 105 74 0.84 0 0.30 0.59 158.86 0.72 0.24
Hex 11 69 4A 54 0 1E 3B 9F 48 18
Octal 21 151 112 124 0 36 73 237 110 30
Binary 10001 1101001 1001010 1010100 0 11110 111011 10011111 1001000 11000

Color Harmonies of #11694A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11694A

Black with #11694A

Text Example


Text Example

White with #11694A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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