Html Css Color HEX #17664C Jewel

📋 copy color: '#17664C'

red 23 ◦ green 102 ◦ blue 76

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

Shades of Jewel #17664C

Tints of Jewel #17664C

RGB

 RED value IS 23 (9.38% from 255) = 11.44%

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

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

R = 11.44%
G = 50.75%
B = 37.81%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.25

 K value IS 0.6

RGB Variations

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

Color information

#17664C (or 0x17664C) is known color: Jewel. HEX triplet: 17, 66 and 4C. RGB value is (23,102,76). Sum of RGB (Red+Green+Blue) = 23+102+76=201 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.44% from 201); Green value is 102 (40.23% from 255 or 50.75% from 201); Blue value is 76 (30.08% from 255 or 37.81% from 201); Max value from RGB is 102 - color contains mainly: green. Hex color #17664C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #17664C is #E899B3. Grayscale: #4B4B4B. Windows color (decimal): -15243700 or 5006871. OLE color: 5006871.

HSL color Cylindrical-coordinate representation of color #17664C: hue angle of 160.25º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #17664C is Cyan = 0.77, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.6.

Color convert

RGB 23 102 76 -
CMYK 0.77 0 0.25 0.6
HSL 160.25º 0.63% 0.25% -
HSV(B) 160.25º 0.77% 0.4% -
XYZ 6.41 10.21 8.47 -
YUV 75.42 128.33 90.61 -
System Red Green Blue C M Y K H S L
Decimal 23 102 76 0.77 0 0.25 0.6 160.25 0.63 0.25
Hex 17 66 4C 4D 0 19 3C A0 3F 19
Octal 27 146 114 115 0 31 74 240 77 31
Binary 10111 1100110 1001100 1001101 0 11001 111100 10100000 111111 11001

Color Harmonies of #17664C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17664C

Black with #17664C

Text Example


Text Example

White with #17664C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,102,76); }

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

background-color css

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

 a { background-color: rgb(23,102,76); }

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

border-color css

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

 span { border-color: rgb(23,102,76); }

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