Html Css Color HEX #17694F Jewel

📋 copy color: '#17694F'

red 23 ◦ green 105 ◦ blue 79

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

Shades of Jewel #17694F

Tints of Jewel #17694F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 50.72%

 BLUE value IS 79 (31.25% from 255) = 38.16%

R = 11.11%
G = 50.72%
B = 38.16%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.25

 K value IS 0.59

RGB Variations

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

Color information

#17694F (or 0x17694F) is known color: Jewel. HEX triplet: 17, 69 and 4F. RGB value is (23,105,79). Sum of RGB (Red+Green+Blue) = 23+105+79=207 (27% of max value = 765). Red value is 23 (9.38% from 255 or 11.11% from 207); Green value is 105 (41.41% from 255 or 50.72% from 207); Blue value is 79 (31.25% from 255 or 38.16% from 207); Max value from RGB is 105 - color contains mainly: green. Hex color #17694F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #17694F is #E896B0. Grayscale: #4D4D4D. Windows color (decimal): -15242929 or 5204247. OLE color: 5204247.

HSL color Cylindrical-coordinate representation of color #17694F: hue angle of 160.98º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #17694F is Cyan = 0.78, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.59.

Color convert

RGB 23 105 79 -
CMYK 0.78 0 0.25 0.59
HSL 160.98º 0.64% 0.25% -
HSV(B) 160.98º 0.78% 0.41% -
XYZ 6.82 10.85 9.13 -
YUV 77.52 128.83 89.11 -
System Red Green Blue C M Y K H S L
Decimal 23 105 79 0.78 0 0.25 0.59 160.98 0.64 0.25
Hex 17 69 4F 4E 0 19 3B A1 40 19
Octal 27 151 117 116 0 31 73 241 100 31
Binary 10111 1101001 1001111 1001110 0 11001 111011 10100001 1000000 11001

Color Harmonies of #17694F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17694F

Black with #17694F

Text Example


Text Example

White with #17694F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17694F; }

 p { color: rgb(23,105,79); }

 H1.HeaderClassName
 {
   color: #17694F;
 }
 .AnyTagClassName
 {
   color: #17694F;
 }
</style>

background-color css

<style>
 a { background-color: #17694F; }

 a { background-color: rgb(23,105,79); }

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

border-color css

<style>
 span { border-color: #17694F; }

 span { border-color: rgb(23,105,79); }

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