Html Css Color HEX #116A43 Jewel

📋 copy color: '#116A43'

red 17 ◦ green 106 ◦ blue 67

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

Shades of Jewel #116A43

Tints of Jewel #116A43

RGB

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

 GREEN value IS 106 (41.8% from 255) = 55.79%

 BLUE value IS 67 (26.56% from 255) = 35.26%

R = 8.95%
G = 55.79%
B = 35.26%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.37

 K value IS 0.58

RGB Variations

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

Color information

#116A43 (or 0x116A43) is known color: Jewel. HEX triplet: 11, 6A and 43. RGB value is (17,106,67). Sum of RGB (Red+Green+Blue) = 17+106+67=190 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.95% from 190); Green value is 106 (41.80% from 255 or 55.79% from 190); Blue value is 67 (26.56% from 255 or 35.26% from 190); Max value from RGB is 106 - color contains mainly: green. Hex color #116A43 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116A43 is #EE95BC. Grayscale: #4B4B4B. Windows color (decimal): -15635901 or 4418065. OLE color: 4418065.

HSL color Cylindrical-coordinate representation of color #116A43: hue angle of 153.71º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #116A43 is Cyan = 0.84, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.58.

Color convert

RGB 17 106 67 -
CMYK 0.84 0 0.37 0.58
HSL 153.71º 0.72% 0.24% -
HSV(B) 153.71º 0.84% 0.42% -
XYZ 6.4 10.83 7.06 -
YUV 74.94 123.51 86.67 -
System Red Green Blue C M Y K H S L
Decimal 17 106 67 0.84 0 0.37 0.58 153.71 0.72 0.24
Hex 11 6A 43 54 0 25 3A 9A 48 18
Octal 21 152 103 124 0 45 72 232 110 30
Binary 10001 1101010 1000011 1010100 0 100101 111010 10011010 1001000 11000

Color Harmonies of #116A43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116A43

Black with #116A43

Text Example


Text Example

White with #116A43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116A43; }

 p { color: rgb(17,106,67); }

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

background-color css

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

 a { background-color: rgb(17,106,67); }

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

border-color css

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

 span { border-color: rgb(17,106,67); }

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