Html Css Color HEX #11664D Jewel

📋 copy color: '#11664D'

red 17 ◦ green 102 ◦ blue 77

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

Shades of Jewel #11664D

Tints of Jewel #11664D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 52.04%

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

R = 8.67%
G = 52.04%
B = 39.29%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.25

 K value IS 0.6

RGB Variations

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

Color information

#11664D (or 0x11664D) is known color: Jewel. HEX triplet: 11, 66 and 4D. RGB value is (17,102,77). Sum of RGB (Red+Green+Blue) = 17+102+77=196 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.67% from 196); Green value is 102 (40.23% from 255 or 52.04% from 196); Blue value is 77 (30.47% from 255 or 39.29% from 196); Max value from RGB is 102 - color contains mainly: green. Hex color #11664D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11664D is #EE99B2. Grayscale: #494949. Windows color (decimal): -15636915 or 5072401. OLE color: 5072401.

HSL color Cylindrical-coordinate representation of color #11664D: hue angle of 162.35º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #11664D is Cyan = 0.83, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.6.

Color convert

RGB 17 102 77 -
CMYK 0.83 0 0.25 0.6
HSL 162.35º 0.71% 0.23% -
HSV(B) 162.35º 0.83% 0.4% -
XYZ 6.32 10.16 8.65 -
YUV 73.74 129.84 87.53 -
System Red Green Blue C M Y K H S L
Decimal 17 102 77 0.83 0 0.25 0.6 162.35 0.71 0.23
Hex 11 66 4D 53 0 19 3C A2 47 17
Octal 21 146 115 123 0 31 74 242 107 27
Binary 10001 1100110 1001101 1010011 0 11001 111100 10100010 1000111 10111

Color Harmonies of #11664D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11664D

Black with #11664D

Text Example


Text Example

White with #11664D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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