Html Css Color HEX #116840 Jewel

📋 copy color: '#116840'

red 17 ◦ green 104 ◦ blue 64

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

Shades of Jewel #116840

Tints of Jewel #116840

RGB

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

 GREEN value IS 104 (41.02% from 255) = 56.22%

 BLUE value IS 64 (25.39% from 255) = 34.59%

R = 9.19%
G = 56.22%
B = 34.59%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.38

 K value IS 0.59

RGB Variations

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

Color information

#116840 (or 0x116840) is known color: Jewel. HEX triplet: 11, 68 and 40. RGB value is (17,104,64). Sum of RGB (Red+Green+Blue) = 17+104+64=185 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.19% from 185); Green value is 104 (41.02% from 255 or 56.22% from 185); Blue value is 64 (25.39% from 255 or 34.59% from 185); Max value from RGB is 104 - color contains mainly: green. Hex color #116840 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116840 is #EE97BF. Grayscale: #494949. Windows color (decimal): -15636416 or 4220945. OLE color: 4220945.

HSL color Cylindrical-coordinate representation of color #116840: hue angle of 152.41º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #116840 is Cyan = 0.84, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.59.

Color convert

RGB 17 104 64 -
CMYK 0.84 0 0.38 0.59
HSL 152.41º 0.72% 0.24% -
HSV(B) 152.41º 0.84% 0.41% -
XYZ 6.11 10.39 6.53 -
YUV 73.43 122.68 87.75 -
System Red Green Blue C M Y K H S L
Decimal 17 104 64 0.84 0 0.38 0.59 152.41 0.72 0.24
Hex 11 68 40 54 0 26 3B 98 48 18
Octal 21 150 100 124 0 46 73 230 110 30
Binary 10001 1101000 1000000 1010100 0 100110 111011 10011000 1001000 11000

Color Harmonies of #116840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116840

Black with #116840

Text Example


Text Example

White with #116840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116840; }

 p { color: rgb(17,104,64); }

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

background-color css

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

 a { background-color: rgb(17,104,64); }

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

border-color css

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

 span { border-color: rgb(17,104,64); }

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