Html Css Color HEX #116543 Jewel

📋 copy color: '#116543'

red 17 ◦ green 101 ◦ blue 67

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

Shades of Jewel #116543

Tints of Jewel #116543

RGB

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

 GREEN value IS 101 (39.84% from 255) = 54.59%

 BLUE value IS 67 (26.56% from 255) = 36.22%

R = 9.19%
G = 54.59%
B = 36.22%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.34

 K value IS 0.60

RGB Variations

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

Color information

#116543 (or 0x116543) is known color: Jewel. HEX triplet: 11, 65 and 43. RGB value is (17,101,67). Sum of RGB (Red+Green+Blue) = 17+101+67=185 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.19% from 185); Green value is 101 (39.84% from 255 or 54.59% from 185); Blue value is 67 (26.56% from 255 or 36.22% from 185); Max value from RGB is 101 - color contains mainly: green. Hex color #116543 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116543 is #EE9ABC. Grayscale: #484848. Windows color (decimal): -15637181 or 4416785. OLE color: 4416785.

HSL color Cylindrical-coordinate representation of color #116543: hue angle of 155.71º 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 #116543 is Cyan = 0.83, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.60.

Color convert

RGB 17 101 67 -
CMYK 0.83 0 0.34 0.60
HSL 155.71º 0.71% 0.23% -
HSV(B) 155.71º 0.83% 0.4% -
XYZ 5.9 9.83 6.9 -
YUV 72.01 125.17 88.76 -
System Red Green Blue C M Y K H S L
Decimal 17 101 67 0.83 0 0.34 0.60 155.71 0.71 0.23
Hex 11 65 43 53 0 22 3C 9C 47 17
Octal 21 145 103 123 0 42 74 234 107 27
Binary 10001 1100101 1000011 1010011 0 100010 111100 10011100 1000111 10111

Color Harmonies of #116543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116543

Black with #116543

Text Example


Text Example

White with #116543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116543; }

 p { color: rgb(17,101,67); }

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

background-color css

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

 a { background-color: rgb(17,101,67); }

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

border-color css

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

 span { border-color: rgb(17,101,67); }

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