Html Css Color HEX #11704C Jewel

📋 copy color: '#11704C'

red 17 ◦ green 112 ◦ blue 76

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

Shades of Jewel #11704C

Tints of Jewel #11704C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 37.07%

R = 8.29%
G = 54.63%
B = 37.07%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#11704C (or 0x11704C) is known color: Jewel. HEX triplet: 11, 70 and 4C. RGB value is (17,112,76). Sum of RGB (Red+Green+Blue) = 17+112+76=205 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.29% from 205); Green value is 112 (44.14% from 255 or 54.63% from 205); Blue value is 76 (30.08% from 255 or 37.07% from 205); Max value from RGB is 112 - color contains mainly: green. Hex color #11704C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11704C is #EE8FB3. Grayscale: #4F4F4F. Windows color (decimal): -15634356 or 5009425. OLE color: 5009425.

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

Color convert

RGB 17 112 76 -
CMYK 0.85 0 0.32 0.56
HSL 157.26º 0.74% 0.25% -
HSV(B) 157.26º 0.85% 0.44% -
XYZ 7.33 12.23 8.81 -
YUV 79.49 126.03 83.43 -
System Red Green Blue C M Y K H S L
Decimal 17 112 76 0.85 0 0.32 0.56 157.26 0.74 0.25
Hex 11 70 4C 55 0 20 38 9D 4A 19
Octal 21 160 114 125 0 40 70 235 112 31
Binary 10001 1110000 1001100 1010101 0 100000 111000 10011101 1001010 11001

Color Harmonies of #11704C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11704C

Black with #11704C

Text Example


Text Example

White with #11704C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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