Html Css Color HEX #116647 Jewel

📋 copy color: '#116647'

red 17 ◦ green 102 ◦ blue 71

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

Shades of Jewel #116647

Tints of Jewel #116647

RGB

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

 GREEN value IS 102 (40.23% from 255) = 53.68%

 BLUE value IS 71 (28.13% from 255) = 37.37%

R = 8.95%
G = 53.68%
B = 37.37%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.30

 K value IS 0.6

RGB Variations

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

Color information

#116647 (or 0x116647) is known color: Jewel. HEX triplet: 11, 66 and 47. RGB value is (17,102,71). Sum of RGB (Red+Green+Blue) = 17+102+71=190 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.95% from 190); Green value is 102 (40.23% from 255 or 53.68% from 190); Blue value is 71 (28.12% from 255 or 37.37% from 190); Max value from RGB is 102 - color contains mainly: green. Hex color #116647 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116647 is #EE99B8. Grayscale: #494949. Windows color (decimal): -15636921 or 4679185. OLE color: 4679185.

HSL color Cylindrical-coordinate representation of color #116647: hue angle of 158.12º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #116647 is Cyan = 0.83, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.6.

Color convert

RGB 17 102 71 -
CMYK 0.83 0 0.30 0.6
HSL 158.12º 0.71% 0.23% -
HSV(B) 158.12º 0.83% 0.4% -
XYZ 6.12 10.08 7.58 -
YUV 73.05 126.84 88.02 -
System Red Green Blue C M Y K H S L
Decimal 17 102 71 0.83 0 0.30 0.6 158.12 0.71 0.23
Hex 11 66 47 53 0 1E 3C 9E 47 17
Octal 21 146 107 123 0 36 74 236 107 27
Binary 10001 1100110 1000111 1010011 0 11110 111100 10011110 1000111 10111

Color Harmonies of #116647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116647

Black with #116647

Text Example


Text Example

White with #116647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116647; }

 p { color: rgb(17,102,71); }

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

background-color css

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

 a { background-color: rgb(17,102,71); }

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

border-color css

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

 span { border-color: rgb(17,102,71); }

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