Html Css Color HEX #116145 Jewel

📋 copy color: '#116145'

red 17 ◦ green 97 ◦ blue 69

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

Shades of Jewel #116145

Tints of Jewel #116145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 37.7%

R = 9.29%
G = 53.01%
B = 37.7%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.29

 K value IS 0.62

RGB Variations

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

Color information

#116145 (or 0x116145) is known color: Jewel. HEX triplet: 11, 61 and 45. RGB value is (17,97,69). Sum of RGB (Red+Green+Blue) = 17+97+69=183 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.29% from 183); Green value is 97 (38.28% from 255 or 53.01% from 183); Blue value is 69 (27.34% from 255 or 37.70% from 183); Max value from RGB is 97 - color contains mainly: green. Hex color #116145 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116145 is #EE9EBA. Grayscale: #454545. Windows color (decimal): -15638203 or 4546833. OLE color: 4546833.

HSL color Cylindrical-coordinate representation of color #116145: hue angle of 159º 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 #116145 is Cyan = 0.82, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.62.

Color convert

RGB 17 97 69 -
CMYK 0.82 0 0.29 0.62
HSL 159º 0.7% 0.22% -
HSV(B) 159º 0.82% 0.38% -
XYZ 5.58 9.1 7.09 -
YUV 69.89 127.5 90.28 -
System Red Green Blue C M Y K H S L
Decimal 17 97 69 0.82 0 0.29 0.62 159 0.7 0.22
Hex 11 61 45 52 0 1D 3E 9F 46 16
Octal 21 141 105 122 0 35 76 237 106 26
Binary 10001 1100001 1000101 1010010 0 11101 111110 10011111 1000110 10110

Color Harmonies of #116145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116145

Black with #116145

Text Example


Text Example

White with #116145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116145; }

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

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

background-color css

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

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

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

border-color css

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

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

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