Html Css Color HEX #17694C Jewel

📋 copy color: '#17694C'

red 23 ◦ green 105 ◦ blue 76

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

Shades of Jewel #17694C

Tints of Jewel #17694C

RGB

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

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

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

R = 11.27%
G = 51.47%
B = 37.25%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.28

 K value IS 0.59

RGB Variations

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

Color information

#17694C (or 0x17694C) is known color: Jewel. HEX triplet: 17, 69 and 4C. RGB value is (23,105,76). Sum of RGB (Red+Green+Blue) = 23+105+76=204 (27% of max value = 765). Red value is 23 (9.38% from 255 or 11.27% from 204); Green value is 105 (41.41% from 255 or 51.47% from 204); Blue value is 76 (30.08% from 255 or 37.25% from 204); Max value from RGB is 105 - color contains mainly: green. Hex color #17694C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #17694C is #E896B3. Grayscale: #4D4D4D. Windows color (decimal): -15242932 or 5007639. OLE color: 5007639.

HSL color Cylindrical-coordinate representation of color #17694C: hue angle of 158.78º 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 #17694C is Cyan = 0.78, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.59.

Color convert

RGB 23 105 76 -
CMYK 0.78 0 0.28 0.59
HSL 158.78º 0.64% 0.25% -
HSV(B) 158.78º 0.78% 0.41% -
XYZ 6.71 10.81 8.57 -
YUV 77.18 127.33 89.36 -
System Red Green Blue C M Y K H S L
Decimal 23 105 76 0.78 0 0.28 0.59 158.78 0.64 0.25
Hex 17 69 4C 4E 0 1C 3B 9F 40 19
Octal 27 151 114 116 0 34 73 237 100 31
Binary 10111 1101001 1001100 1001110 0 11100 111011 10011111 1000000 11001

Color Harmonies of #17694C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17694C

Black with #17694C

Text Example


Text Example

White with #17694C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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