Html Css Color HEX #17664D Jewel

📋 copy color: '#17664D'

red 23 ◦ green 102 ◦ blue 77

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

Shades of Jewel #17664D

Tints of Jewel #17664D

RGB

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

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

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

R = 11.39%
G = 50.5%
B = 38.12%

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

#17664D (or 0x17664D) is known color: Jewel. HEX triplet: 17, 66 and 4D. RGB value is (23,102,77). Sum of RGB (Red+Green+Blue) = 23+102+77=202 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.39% from 202); Green value is 102 (40.23% from 255 or 50.50% from 202); Blue value is 77 (30.47% from 255 or 38.12% from 202); Max value from RGB is 102 - color contains mainly: green. Hex color #17664D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17664D is #E899B2. Grayscale: #4B4B4B. Windows color (decimal): -15243699 or 5072407. OLE color: 5072407.

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

Color convert

RGB 23 102 77 -
CMYK 0.77 0 0.25 0.6
HSL 161.01º 0.63% 0.25% -
HSV(B) 161.01º 0.77% 0.4% -
XYZ 6.44 10.22 8.65 -
YUV 75.53 128.83 90.53 -
System Red Green Blue C M Y K H S L
Decimal 23 102 77 0.77 0 0.25 0.6 161.01 0.63 0.25
Hex 17 66 4D 4D 0 19 3C A1 3F 19
Octal 27 146 115 115 0 31 74 241 77 31
Binary 10111 1100110 1001101 1001101 0 11001 111100 10100001 111111 11001

Color Harmonies of #17664D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17664D

Black with #17664D

Text Example


Text Example

White with #17664D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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