#608D6D

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

Shades of Oxley #608D6D

Tints of Oxley #608D6D

Color information

#608D6D (or 0x608D6D) is unknown color: approx Oxley. HEX triplet: 60, 8D and 6D. RGB value is (96,141,109). Sum of RGB (Red+Green+Blue) = 96+141+109=346 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.75% from 346); Green value is 141 (55.47% from 255 or 40.75% from 346); Blue value is 109 (42.97% from 255 or 31.50% from 346); Max value from RGB is 141 - color contains mainly: green. Hex color #608D6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608D6D is #9F7292. Grayscale: #7B7B7B. Windows color (decimal): -10449555 or 7179616. OLE color: 7179616.

HSL color Cylindrical-coordinate representation of color #608D6D: hue angle of 137.33º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #608D6D is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.

Color convert

RGB96141109-
CMYK0.3200.230.45
HSL137.33º18.99%46.47%-
HSV(B)137.33º31.91%55.29%-
XYZ17.1122.6417.94-
YUV123.9119.59108.1-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.75%
GREEN value IS 141 (55.47% from 255) = 40.75%
BLUE value IS 109 (42.97% from 255) = 31.50%
R=27.75%
G=40.75%
B=31.50%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal961411090.3200.230.45137.3318.9946.47
Hex608D6D200172D89132e
Octal14021515540027552112356
Binary11000001000110111011011000000101111011011000100110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,141,109); }

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

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

 a { background-color: rgb(96,141,109); }

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

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

 span { border-color: rgb(96,141,109); }

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