#608D6F

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

Shades of Oxley #608D6F

Tints of Oxley #608D6F

Color information

#608D6F (or 0x608D6F) is unknown color: approx Oxley. HEX triplet: 60, 8D and 6F. RGB value is (96,141,111). Sum of RGB (Red+Green+Blue) = 96+141+111=348 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.59% from 348); Green value is 141 (55.47% from 255 or 40.52% from 348); Blue value is 111 (43.75% from 255 or 31.90% from 348); Max value from RGB is 141 - color contains mainly: green. Hex color #608D6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608D6F is #9F7290. Grayscale: #7C7C7C. Windows color (decimal): -10449553 or 7310688. OLE color: 7310688.

HSL color Cylindrical-coordinate representation of color #608D6F: hue angle of 140º 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 #608D6F is Cyan = 0.32, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB96141111-
CMYK0.3200.210.45
HSL140º18.99%46.47%-
HSV(B)140º31.91%55.29%-
XYZ17.2222.6818.51-
YUV124.12120.59107.94-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.59%
GREEN value IS 141 (55.47% from 255) = 40.52%
BLUE value IS 111 (43.75% from 255) = 31.90%
R=27.59%
G=40.52%
B=31.90%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal961411110.3200.210.4514018.9946.47
Hex608D6F200152D8c132e
Octal14021515740025552142356
Binary11000001000110111011111000000101011011011000110010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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