#608F71

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

Shades of Oxley #608F71

Tints of Oxley #608F71

Color information

#608F71 (or 0x608F71) is unknown color: approx Oxley. HEX triplet: 60, 8F and 71. RGB value is (96,143,113). Sum of RGB (Red+Green+Blue) = 96+143+113=352 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.27% from 352); Green value is 143 (56.25% from 255 or 40.62% from 352); Blue value is 113 (44.53% from 255 or 32.10% from 352); Max value from RGB is 143 - color contains mainly: green. Hex color #608F71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608F71 is #9F708E. Grayscale: #7D7D7D. Windows color (decimal): -10449039 or 7442272. OLE color: 7442272.

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

Color convert

RGB96143113-
CMYK0.3300.210.44
HSL141.7º19.67%46.86%-
HSV(B)141.7º32.87%56.08%-
XYZ17.6323.3219.2-
YUV125.53120.93106.94-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.27%
GREEN value IS 143 (56.25% from 255) = 40.62%
BLUE value IS 113 (44.53% from 255) = 32.10%
R=27.27%
G=40.62%
B=32.10%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal961431130.3300.210.44141.719.6746.86
Hex608F71210152C8e142f
Octal14021716141025542162457
Binary11000001000111111100011000010101011011001000111010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,143,113); }

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

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

 a { background-color: rgb(96,143,113); }

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

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

 span { border-color: rgb(96,143,113); }

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