Html Css Color HEX #11704B Jewel

📋 copy color: '#11704B'

red 17 ◦ green 112 ◦ blue 75

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

Shades of Jewel #11704B

Tints of Jewel #11704B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 36.76%

R = 8.33%
G = 54.9%
B = 36.76%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#11704B (or 0x11704B) is known color: Jewel. HEX triplet: 11, 70 and 4B. RGB value is (17,112,75). Sum of RGB (Red+Green+Blue) = 17+112+75=204 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.33% from 204); Green value is 112 (44.14% from 255 or 54.90% from 204); Blue value is 75 (29.69% from 255 or 36.76% from 204); Max value from RGB is 112 - color contains mainly: green. Hex color #11704B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11704B is #EE8FB4. Grayscale: #4F4F4F. Windows color (decimal): -15634357 or 4943889. OLE color: 4943889.

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

Color convert

RGB 17 112 75 -
CMYK 0.85 0 0.33 0.56
HSL 156.63º 0.74% 0.25% -
HSV(B) 156.63º 0.85% 0.44% -
XYZ 7.3 12.22 8.63 -
YUV 79.38 125.53 83.51 -
System Red Green Blue C M Y K H S L
Decimal 17 112 75 0.85 0 0.33 0.56 156.63 0.74 0.25
Hex 11 70 4B 55 0 21 38 9D 4A 19
Octal 21 160 113 125 0 41 70 235 112 31
Binary 10001 1110000 1001011 1010101 0 100001 111000 10011101 1001010 11001

Color Harmonies of #11704B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11704B

Black with #11704B

Text Example


Text Example

White with #11704B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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