Html Css Color HEX #11704D Jewel

📋 copy color: '#11704D'

red 17 ◦ green 112 ◦ blue 77

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

Shades of Jewel #11704D

Tints of Jewel #11704D

RGB

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

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

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

R = 8.25%
G = 54.37%
B = 37.38%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.31

 K value IS 0.56

RGB Variations

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

Color information

#11704D (or 0x11704D) is known color: Jewel. HEX triplet: 11, 70 and 4D. RGB value is (17,112,77). Sum of RGB (Red+Green+Blue) = 17+112+77=206 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.25% from 206); Green value is 112 (44.14% from 255 or 54.37% from 206); Blue value is 77 (30.47% from 255 or 37.38% from 206); Max value from RGB is 112 - color contains mainly: green. Hex color #11704D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11704D is #EE8FB2. Grayscale: #4F4F4F. Windows color (decimal): -15634355 or 5074961. OLE color: 5074961.

HSL color Cylindrical-coordinate representation of color #11704D: hue angle of 157.89º 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 #11704D is Cyan = 0.85, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB 17 112 77 -
CMYK 0.85 0 0.31 0.56
HSL 157.89º 0.74% 0.25% -
HSV(B) 157.89º 0.85% 0.44% -
XYZ 7.36 12.24 9 -
YUV 79.61 126.53 83.35 -
System Red Green Blue C M Y K H S L
Decimal 17 112 77 0.85 0 0.31 0.56 157.89 0.74 0.25
Hex 11 70 4D 55 0 1F 38 9E 4A 19
Octal 21 160 115 125 0 37 70 236 112 31
Binary 10001 1110000 1001101 1010101 0 11111 111000 10011110 1001010 11001

Color Harmonies of #11704D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11704D

Black with #11704D

Text Example


Text Example

White with #11704D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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