Html Css Color HEX #116742 Jewel

📋 copy color: '#116742'

red 17 ◦ green 103 ◦ blue 66

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

Shades of Jewel #116742

Tints of Jewel #116742

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 35.48%

R = 9.14%
G = 55.38%
B = 35.48%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.36

 K value IS 0.60

RGB Variations

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

Color information

#116742 (or 0x116742) is known color: Jewel. HEX triplet: 11, 67 and 42. RGB value is (17,103,66). Sum of RGB (Red+Green+Blue) = 17+103+66=186 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.14% from 186); Green value is 103 (40.62% from 255 or 55.38% from 186); Blue value is 66 (26.17% from 255 or 35.48% from 186); Max value from RGB is 103 - color contains mainly: green. Hex color #116742 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #116742 is #EE98BD. Grayscale: #494949. Windows color (decimal): -15636670 or 4351761. OLE color: 4351761.

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

Color convert

RGB 17 103 66 -
CMYK 0.83 0 0.36 0.60
HSL 154.19º 0.72% 0.24% -
HSV(B) 154.19º 0.83% 0.4% -
XYZ 6.06 10.21 6.81 -
YUV 73.07 124.01 88.01 -
System Red Green Blue C M Y K H S L
Decimal 17 103 66 0.83 0 0.36 0.60 154.19 0.72 0.24
Hex 11 67 42 53 0 24 3C 9A 48 18
Octal 21 147 102 123 0 44 74 232 110 30
Binary 10001 1100111 1000010 1010011 0 100100 111100 10011010 1001000 11000

Color Harmonies of #116742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116742

Black with #116742

Text Example


Text Example

White with #116742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116742; }

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

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

background-color css

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

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

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

border-color css

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

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

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