Html Css Color HEX #116746 Jewel

📋 copy color: '#116746'

red 17 ◦ green 103 ◦ blue 70

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

Shades of Jewel #116746

Tints of Jewel #116746

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 36.84%

R = 8.95%
G = 54.21%
B = 36.84%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.32

 K value IS 0.60

RGB Variations

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

Color information

#116746 (or 0x116746) is known color: Jewel. HEX triplet: 11, 67 and 46. RGB value is (17,103,70). Sum of RGB (Red+Green+Blue) = 17+103+70=190 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.95% from 190); Green value is 103 (40.62% from 255 or 54.21% from 190); Blue value is 70 (27.73% from 255 or 36.84% from 190); Max value from RGB is 103 - color contains mainly: green. Hex color #116746 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116746 is #EE98B9. Grayscale: #494949. Windows color (decimal): -15636666 or 4613905. OLE color: 4613905.

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

Color convert

RGB 17 103 70 -
CMYK 0.83 0 0.32 0.60
HSL 156.98º 0.72% 0.24% -
HSV(B) 156.98º 0.83% 0.4% -
XYZ 6.19 10.26 7.45 -
YUV 73.52 126.01 87.68 -
System Red Green Blue C M Y K H S L
Decimal 17 103 70 0.83 0 0.32 0.60 156.98 0.72 0.24
Hex 11 67 46 53 0 20 3C 9D 48 18
Octal 21 147 106 123 0 40 74 235 110 30
Binary 10001 1100111 1000110 1010011 0 100000 111100 10011101 1001000 11000

Color Harmonies of #116746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116746

Black with #116746

Text Example


Text Example

White with #116746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116746; }

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

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

background-color css

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

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

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

border-color css

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

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

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