Html Css Color HEX #116141 Jewel

📋 copy color: '#116141'

red 17 ◦ green 97 ◦ blue 65

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

Shades of Jewel #116141

Tints of Jewel #116141

RGB

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

 GREEN value IS 97 (38.28% from 255) = 54.19%

 BLUE value IS 65 (25.78% from 255) = 36.31%

R = 9.5%
G = 54.19%
B = 36.31%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#116141 (or 0x116141) is known color: Jewel. HEX triplet: 11, 61 and 41. RGB value is (17,97,65). Sum of RGB (Red+Green+Blue) = 17+97+65=179 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.50% from 179); Green value is 97 (38.28% from 255 or 54.19% from 179); Blue value is 65 (25.78% from 255 or 36.31% from 179); Max value from RGB is 97 - color contains mainly: green. Hex color #116141 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116141 is #EE9EBE. Grayscale: #454545. Windows color (decimal): -15638207 or 4284689. OLE color: 4284689.

HSL color Cylindrical-coordinate representation of color #116141: hue angle of 156º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #116141 is Cyan = 0.82, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB 17 97 65 -
CMYK 0.82 0 0.33 0.62
HSL 156º 0.7% 0.22% -
HSV(B) 156º 0.82% 0.38% -
XYZ 5.46 9.05 6.46 -
YUV 69.43 125.5 90.6 -
System Red Green Blue C M Y K H S L
Decimal 17 97 65 0.82 0 0.33 0.62 156 0.7 0.22
Hex 11 61 41 52 0 21 3E 9C 46 16
Octal 21 141 101 122 0 41 76 234 106 26
Binary 10001 1100001 1000001 1010010 0 100001 111110 10011100 1000110 10110

Color Harmonies of #116141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116141

Black with #116141

Text Example


Text Example

White with #116141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116141; }

 p { color: rgb(17,97,65); }

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

background-color css

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

 a { background-color: rgb(17,97,65); }

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

border-color css

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

 span { border-color: rgb(17,97,65); }

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