Html Css Color HEX #17694A Jewel

📋 copy color: '#17694A'

red 23 ◦ green 105 ◦ blue 74

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

Shades of Jewel #17694A

Tints of Jewel #17694A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 36.63%

R = 11.39%
G = 51.98%
B = 36.63%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.30

 K value IS 0.59

RGB Variations

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

Color information

#17694A (or 0x17694A) is known color: Jewel. HEX triplet: 17, 69 and 4A. RGB value is (23,105,74). Sum of RGB (Red+Green+Blue) = 23+105+74=202 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.39% from 202); Green value is 105 (41.41% from 255 or 51.98% from 202); Blue value is 74 (29.30% from 255 or 36.63% from 202); Max value from RGB is 105 - color contains mainly: green. Hex color #17694A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #17694A is #E896B5. Grayscale: #4C4C4C. Windows color (decimal): -15242934 or 4876567. OLE color: 4876567.

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

Color convert

RGB 23 105 74 -
CMYK 0.78 0 0.30 0.59
HSL 157.32º 0.64% 0.25% -
HSV(B) 157.32º 0.78% 0.41% -
XYZ 6.64 10.78 8.21 -
YUV 76.95 126.33 89.52 -
System Red Green Blue C M Y K H S L
Decimal 23 105 74 0.78 0 0.30 0.59 157.32 0.64 0.25
Hex 17 69 4A 4E 0 1E 3B 9D 40 19
Octal 27 151 112 116 0 36 73 235 100 31
Binary 10111 1101001 1001010 1001110 0 11110 111011 10011101 1000000 11001

Color Harmonies of #17694A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17694A

Black with #17694A

Text Example


Text Example

White with #17694A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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