Html Css Color HEX #11614D Jewel

📋 copy color: '#11614D'

red 17 ◦ green 97 ◦ blue 77

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

Shades of Jewel #11614D

Tints of Jewel #11614D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 40.31%

R = 8.9%
G = 50.79%
B = 40.31%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.21

 K value IS 0.62

RGB Variations

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

Color information

#11614D (or 0x11614D) is known color: Jewel. HEX triplet: 11, 61 and 4D. RGB value is (17,97,77). Sum of RGB (Red+Green+Blue) = 17+97+77=191 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.90% from 191); Green value is 97 (38.28% from 255 or 50.79% from 191); Blue value is 77 (30.47% from 255 or 40.31% from 191); Max value from RGB is 97 - color contains mainly: green. Hex color #11614D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11614D is #EE9EB2. Grayscale: #464646. Windows color (decimal): -15638195 or 5071121. OLE color: 5071121.

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

Color convert

RGB 17 97 77 -
CMYK 0.82 0 0.21 0.62
HSL 165º 0.7% 0.22% -
HSV(B) 165º 0.82% 0.38% -
XYZ 5.85 9.2 8.49 -
YUV 70.8 131.5 89.63 -
System Red Green Blue C M Y K H S L
Decimal 17 97 77 0.82 0 0.21 0.62 165 0.7 0.22
Hex 11 61 4D 52 0 15 3E A5 46 16
Octal 21 141 115 122 0 25 76 245 106 26
Binary 10001 1100001 1001101 1010010 0 10101 111110 10100101 1000110 10110

Color Harmonies of #11614D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11614D

Black with #11614D

Text Example


Text Example

White with #11614D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11614D; }

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

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

background-color css

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

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

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

border-color css

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

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

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