Html Css Color HEX #17694B Jewel

📋 copy color: '#17694B'

red 23 ◦ green 105 ◦ blue 75

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

Shades of Jewel #17694B

Tints of Jewel #17694B

RGB

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

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

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

R = 11.33%
G = 51.72%
B = 36.95%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.29

 K value IS 0.59

RGB Variations

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

Color information

#17694B (or 0x17694B) is known color: Jewel. HEX triplet: 17, 69 and 4B. RGB value is (23,105,75). Sum of RGB (Red+Green+Blue) = 23+105+75=203 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.33% from 203); Green value is 105 (41.41% from 255 or 51.72% from 203); Blue value is 75 (29.69% from 255 or 36.95% from 203); Max value from RGB is 105 - color contains mainly: green. Hex color #17694B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #17694B is #E896B4. Grayscale: #4D4D4D. Windows color (decimal): -15242933 or 4942103. OLE color: 4942103.

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

Color convert

RGB 23 105 75 -
CMYK 0.78 0 0.29 0.59
HSL 158.05º 0.64% 0.25% -
HSV(B) 158.05º 0.78% 0.41% -
XYZ 6.67 10.79 8.39 -
YUV 77.06 126.83 89.44 -
System Red Green Blue C M Y K H S L
Decimal 23 105 75 0.78 0 0.29 0.59 158.05 0.64 0.25
Hex 17 69 4B 4E 0 1D 3B 9E 40 19
Octal 27 151 113 116 0 35 73 236 100 31
Binary 10111 1101001 1001011 1001110 0 11101 111011 10011110 1000000 11001

Color Harmonies of #17694B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17694B

Black with #17694B

Text Example


Text Example

White with #17694B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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