#608D70

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

Shades of Oxley #608D70

Tints of Oxley #608D70

Color information

#608D70 (or 0x608D70) is unknown color: approx Oxley. HEX triplet: 60, 8D and 70. RGB value is (96,141,112). Sum of RGB (Red+Green+Blue) = 96+141+112=349 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.51% from 349); Green value is 141 (55.47% from 255 or 40.40% from 349); Blue value is 112 (44.14% from 255 or 32.09% from 349); Max value from RGB is 141 - color contains mainly: green. Hex color #608D70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608D70 is #9F728F. Grayscale: #7C7C7C. Windows color (decimal): -10449552 or 7376224. OLE color: 7376224.

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

Color convert

RGB96141112-
CMYK0.3200.210.45
HSL141.33º18.99%46.47%-
HSV(B)141.33º31.91%55.29%-
XYZ17.2722.7118.8-
YUV124.24121.09107.86-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.51%
GREEN value IS 141 (55.47% from 255) = 40.40%
BLUE value IS 112 (44.14% from 255) = 32.09%
R=27.51%
G=40.40%
B=32.09%

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
Decimal961411120.3200.210.45141.3318.9946.47
Hex608D70200152D8d132e
Octal14021516040025552152356
Binary11000001000110111100001000000101011011011000110110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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