Html Css Color HEX #11674B Jewel

📋 copy color: '#11674B'

red 17 ◦ green 103 ◦ blue 75

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

Shades of Jewel #11674B

Tints of Jewel #11674B

RGB

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

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

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

R = 8.72%
G = 52.82%
B = 38.46%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.27

 K value IS 0.60

RGB Variations

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

Color information

#11674B (or 0x11674B) is known color: Jewel. HEX triplet: 11, 67 and 4B. RGB value is (17,103,75). Sum of RGB (Red+Green+Blue) = 17+103+75=195 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.72% from 195); Green value is 103 (40.62% from 255 or 52.82% from 195); Blue value is 75 (29.69% from 255 or 38.46% from 195); Max value from RGB is 103 - color contains mainly: green. Hex color #11674B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11674B is #EE98B4. Grayscale: #4A4A4A. Windows color (decimal): -15636661 or 4941585. OLE color: 4941585.

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

Color convert

RGB 17 103 75 -
CMYK 0.83 0 0.27 0.60
HSL 160.47º 0.72% 0.24% -
HSV(B) 160.47º 0.83% 0.4% -
XYZ 6.35 10.33 8.32 -
YUV 74.09 128.51 87.28 -
System Red Green Blue C M Y K H S L
Decimal 17 103 75 0.83 0 0.27 0.60 160.47 0.72 0.24
Hex 11 67 4B 53 0 1B 3C A0 48 18
Octal 21 147 113 123 0 33 74 240 110 30
Binary 10001 1100111 1001011 1010011 0 11011 111100 10100000 1001000 11000

Color Harmonies of #11674B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11674B

Black with #11674B

Text Example


Text Example

White with #11674B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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