Html Css Color HEX #116741 Jewel

📋 copy color: '#116741'

red 17 ◦ green 103 ◦ blue 65

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

Shades of Jewel #116741

Tints of Jewel #116741

RGB

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

 GREEN value IS 103 (40.63% from 255) = 55.68%

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

R = 9.19%
G = 55.68%
B = 35.14%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.37

 K value IS 0.60

RGB Variations

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

Color information

#116741 (or 0x116741) is known color: Jewel. HEX triplet: 11, 67 and 41. RGB value is (17,103,65). Sum of RGB (Red+Green+Blue) = 17+103+65=185 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.19% from 185); Green value is 103 (40.62% from 255 or 55.68% from 185); Blue value is 65 (25.78% from 255 or 35.14% from 185); Max value from RGB is 103 - color contains mainly: green. Hex color #116741 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116741 is #EE98BE. Grayscale: #494949. Windows color (decimal): -15636671 or 4286225. OLE color: 4286225.

HSL color Cylindrical-coordinate representation of color #116741: hue angle of 153.49º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #116741 is Cyan = 0.83, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.60.

Color convert

RGB 17 103 65 -
CMYK 0.83 0 0.37 0.60
HSL 153.49º 0.72% 0.24% -
HSV(B) 153.49º 0.83% 0.4% -
XYZ 6.04 10.2 6.65 -
YUV 72.95 123.51 88.09 -
System Red Green Blue C M Y K H S L
Decimal 17 103 65 0.83 0 0.37 0.60 153.49 0.72 0.24
Hex 11 67 41 53 0 25 3C 99 48 18
Octal 21 147 101 123 0 45 74 231 110 30
Binary 10001 1100111 1000001 1010011 0 100101 111100 10011001 1001000 11000

Color Harmonies of #116741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116741

Black with #116741

Text Example


Text Example

White with #116741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116741; }

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

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

background-color css

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

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

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

border-color css

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

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

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