Html Css Color HEX #11614C Jewel

📋 copy color: '#11614C'

red 17 ◦ green 97 ◦ blue 76

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

Shades of Jewel #11614C

Tints of Jewel #11614C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 40%

R = 8.95%
G = 51.05%
B = 40%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.22

 K value IS 0.62

RGB Variations

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

Color information

#11614C (or 0x11614C) is known color: Jewel. HEX triplet: 11, 61 and 4C. RGB value is (17,97,76). Sum of RGB (Red+Green+Blue) = 17+97+76=190 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.95% from 190); Green value is 97 (38.28% from 255 or 51.05% from 190); Blue value is 76 (30.08% from 255 or 40% from 190); Max value from RGB is 97 - color contains mainly: green. Hex color #11614C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11614C is #EE9EB3. Grayscale: #464646. Windows color (decimal): -15638196 or 5005585. OLE color: 5005585.

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

Color convert

RGB 17 97 76 -
CMYK 0.82 0 0.22 0.62
HSL 164.25º 0.7% 0.22% -
HSV(B) 164.25º 0.82% 0.38% -
XYZ 5.81 9.19 8.31 -
YUV 70.69 131 89.71 -
System Red Green Blue C M Y K H S L
Decimal 17 97 76 0.82 0 0.22 0.62 164.25 0.7 0.22
Hex 11 61 4C 52 0 16 3E A4 46 16
Octal 21 141 114 122 0 26 76 244 106 26
Binary 10001 1100001 1001100 1010010 0 10110 111110 10100100 1000110 10110

Color Harmonies of #11614C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11614C

Black with #11614C

Text Example


Text Example

White with #11614C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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