Html Css Color HEX #11614B Jewel

📋 copy color: '#11614B'

red 17 ◦ green 97 ◦ blue 75

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

Shades of Jewel #11614B

Tints of Jewel #11614B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 39.68%

R = 8.99%
G = 51.32%
B = 39.68%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.23

 K value IS 0.62

RGB Variations

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

Color information

#11614B (or 0x11614B) is known color: Jewel. HEX triplet: 11, 61 and 4B. RGB value is (17,97,75). Sum of RGB (Red+Green+Blue) = 17+97+75=189 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.99% from 189); Green value is 97 (38.28% from 255 or 51.32% from 189); Blue value is 75 (29.69% from 255 or 39.68% from 189); Max value from RGB is 97 - color contains mainly: green. Hex color #11614B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11614B is #EE9EB4. Grayscale: #464646. Windows color (decimal): -15638197 or 4940049. OLE color: 4940049.

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

Color convert

RGB 17 97 75 -
CMYK 0.82 0 0.23 0.62
HSL 163.5º 0.7% 0.22% -
HSV(B) 163.5º 0.82% 0.38% -
XYZ 5.78 9.18 8.12 -
YUV 70.57 130.5 89.79 -
System Red Green Blue C M Y K H S L
Decimal 17 97 75 0.82 0 0.23 0.62 163.5 0.7 0.22
Hex 11 61 4B 52 0 17 3E A4 46 16
Octal 21 141 113 122 0 27 76 244 106 26
Binary 10001 1100001 1001011 1010010 0 10111 111110 10100100 1000110 10110

Color Harmonies of #11614B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11614B

Black with #11614B

Text Example


Text Example

White with #11614B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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