#176145

Color #176145 Jewel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jewel #176145

Tints of Jewel #176145

Color information

#176145 (or 0x176145) is unknown color: approx Jewel. HEX triplet: 17, 61 and 45. RGB value is (23,97,69). Sum of RGB (Red+Green+Blue) = 23+97+69=189 (25% of max value = 765). Red value is 23 (9.38% from 255 or 12.17% from 189); Green value is 97 (38.28% from 255 or 51.32% from 189); Blue value is 69 (27.34% from 255 or 36.51% from 189); Max value from RGB is 97 - color contains mainly: green. Hex color #176145 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #176145 is #E89EBA. Grayscale: #474747. Windows color (decimal): -15244987 or 4546839. OLE color: 4546839.

HSL color Cylindrical-coordinate representation of color #176145: hue angle of 157.3º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #176145 is Cyan = 0.76, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.62.

Color convert

RGB239769-
CMYK0.7600.290.62
HSL157.3º61.67%23.53%-
HSV(B)157.3º76.29%38.04%-
XYZ5.79.167.1-
YUV71.68126.4893.28-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 12.17%
GREEN value IS 97 (38.28% from 255) = 51.32%
BLUE value IS 69 (27.34% from 255) = 36.51%
R=12.17%
G=51.32%
B=36.51%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2397690.7600.290.62157.361.6723.53
Hex1761454C01D3E9d3e18
Octal27141105114035762357630
Binary101111100001100010110011000111011111101001110111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #176145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #176145; }

 p { color: rgb(23,97,69); }

 H1.HeaderClassName
 {
   color: #176145;
 }
 .AnyTagClassName
 {
   color: #176145;
 }
</style>
background-color css

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

 a { background-color: rgb(23,97,69); }

 div.DivClassName
 {
   background-color: #176145;
 }
 .BgClassName
 {
   background-color: #176145;
 }
</style>
border-color css

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

 span { border-color: rgb(23,97,69); }

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