Html Css Color HEX #116641 Jewel

📋 copy color: '#116641'

red 17 ◦ green 102 ◦ blue 65

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

Shades of Jewel #116641

Tints of Jewel #116641

RGB

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

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

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

R = 9.24%
G = 55.43%
B = 35.33%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.36

 K value IS 0.6

RGB Variations

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

Color information

#116641 (or 0x116641) is known color: Jewel. HEX triplet: 11, 66 and 41. RGB value is (17,102,65). Sum of RGB (Red+Green+Blue) = 17+102+65=184 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.24% from 184); Green value is 102 (40.23% from 255 or 55.43% from 184); Blue value is 65 (25.78% from 255 or 35.33% from 184); Max value from RGB is 102 - color contains mainly: green. Hex color #116641 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116641 is #EE99BE. Grayscale: #484848. Windows color (decimal): -15636927 or 4285969. OLE color: 4285969.

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

Color convert

RGB 17 102 65 -
CMYK 0.83 0 0.36 0.6
HSL 153.88º 0.71% 0.23% -
HSV(B) 153.88º 0.83% 0.4% -
XYZ 5.94 10 6.62 -
YUV 72.37 123.84 88.51 -
System Red Green Blue C M Y K H S L
Decimal 17 102 65 0.83 0 0.36 0.6 153.88 0.71 0.23
Hex 11 66 41 53 0 24 3C 9A 47 17
Octal 21 146 101 123 0 44 74 232 107 27
Binary 10001 1100110 1000001 1010011 0 100100 111100 10011010 1000111 10111

Color Harmonies of #116641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116641

Black with #116641

Text Example


Text Example

White with #116641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116641; }

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

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

background-color css

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

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

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

border-color css

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

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

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