Html Css Color HEX #17664B Jewel

📋 copy color: '#17664B'

red 23 ◦ green 102 ◦ blue 75

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

Shades of Jewel #17664B

Tints of Jewel #17664B

RGB

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

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

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

R = 11.5%
G = 51%
B = 37.5%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.26

 K value IS 0.6

RGB Variations

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

Color information

#17664B (or 0x17664B) is known color: Jewel. HEX triplet: 17, 66 and 4B. RGB value is (23,102,75). Sum of RGB (Red+Green+Blue) = 23+102+75=200 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.5% from 200); Green value is 102 (40.23% from 255 or 51% from 200); Blue value is 75 (29.69% from 255 or 37.5% from 200); Max value from RGB is 102 - color contains mainly: green. Hex color #17664B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #17664B is #E899B4. Grayscale: #4B4B4B. Windows color (decimal): -15243701 or 4941335. OLE color: 4941335.

HSL color Cylindrical-coordinate representation of color #17664B: hue angle of 159.49º 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 #17664B is Cyan = 0.77, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.6.

Color convert

RGB 23 102 75 -
CMYK 0.77 0 0.26 0.6
HSL 159.49º 0.63% 0.25% -
HSV(B) 159.49º 0.77% 0.4% -
XYZ 6.37 10.19 8.29 -
YUV 75.3 127.83 90.7 -
System Red Green Blue C M Y K H S L
Decimal 23 102 75 0.77 0 0.26 0.6 159.49 0.63 0.25
Hex 17 66 4B 4D 0 1A 3C 9F 3F 19
Octal 27 146 113 115 0 32 74 237 77 31
Binary 10111 1100110 1001011 1001101 0 11010 111100 10011111 111111 11001

Color Harmonies of #17664B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17664B

Black with #17664B

Text Example


Text Example

White with #17664B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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