Html Css Color HEX #11704A Jewel

📋 copy color: '#11704A'

red 17 ◦ green 112 ◦ blue 74

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

Shades of Jewel #11704A

Tints of Jewel #11704A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 55.17%

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

R = 8.37%
G = 55.17%
B = 36.45%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#11704A (or 0x11704A) is known color: Jewel. HEX triplet: 11, 70 and 4A. RGB value is (17,112,74). Sum of RGB (Red+Green+Blue) = 17+112+74=203 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.37% from 203); Green value is 112 (44.14% from 255 or 55.17% from 203); Blue value is 74 (29.30% from 255 or 36.45% from 203); Max value from RGB is 112 - color contains mainly: green. Hex color #11704A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11704A is #EE8FB5. Grayscale: #4F4F4F. Windows color (decimal): -15634358 or 4878353. OLE color: 4878353.

HSL color Cylindrical-coordinate representation of color #11704A: hue angle of 156º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #11704A is Cyan = 0.85, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB 17 112 74 -
CMYK 0.85 0 0.34 0.56
HSL 156º 0.74% 0.25% -
HSV(B) 156º 0.85% 0.44% -
XYZ 7.26 12.2 8.45 -
YUV 79.26 125.03 83.59 -
System Red Green Blue C M Y K H S L
Decimal 17 112 74 0.85 0 0.34 0.56 156 0.74 0.25
Hex 11 70 4A 55 0 22 38 9C 4A 19
Octal 21 160 112 125 0 42 70 234 112 31
Binary 10001 1110000 1001010 1010101 0 100010 111000 10011100 1001010 11001

Color Harmonies of #11704A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11704A

Black with #11704A

Text Example


Text Example

White with #11704A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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