#608E72

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

Shades of Oxley #608E72

Tints of Oxley #608E72

Color information

#608E72 (or 0x608E72) is unknown color: approx Oxley. HEX triplet: 60, 8E and 72. RGB value is (96,142,114). Sum of RGB (Red+Green+Blue) = 96+142+114=352 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.27% from 352); Green value is 142 (55.86% from 255 or 40.34% from 352); Blue value is 114 (44.92% from 255 or 32.39% from 352); Max value from RGB is 142 - color contains mainly: green. Hex color #608E72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608E72 is #9F718D. Grayscale: #7D7D7D. Windows color (decimal): -10449294 or 7507552. OLE color: 7507552.

HSL color Cylindrical-coordinate representation of color #608E72: hue angle of 143.48º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #608E72 is Cyan = 0.32, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB96142114-
CMYK0.3200.200.44
HSL143.48º19.33%46.67%-
HSV(B)143.48º32.39%55.69%-
XYZ17.5323.0519.44-
YUV125.05121.76107.28-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.27%
GREEN value IS 142 (55.86% from 255) = 40.34%
BLUE value IS 114 (44.92% from 255) = 32.39%
R=27.27%
G=40.34%
B=32.39%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal961421140.3200.200.44143.4819.3346.67
Hex608E72200142C8f132f
Octal14021616240024542172357
Binary11000001000111011100101000000101001011001000111110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608E72; }

 p { color: rgb(96,142,114); }

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

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

 a { background-color: rgb(96,142,114); }

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

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

 span { border-color: rgb(96,142,114); }

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