#608E70

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

Shades of Oxley #608E70

Tints of Oxley #608E70

Color information

#608E70 (or 0x608E70) is unknown color: approx Oxley. HEX triplet: 60, 8E and 70. RGB value is (96,142,112). Sum of RGB (Red+Green+Blue) = 96+142+112=350 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.43% from 350); Green value is 142 (55.86% from 255 or 40.57% from 350); Blue value is 112 (44.14% from 255 or 32% from 350); Max value from RGB is 142 - color contains mainly: green. Hex color #608E70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608E70 is #9F718F. Grayscale: #7C7C7C. Windows color (decimal): -10449296 or 7376480. OLE color: 7376480.

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

Color convert

RGB96142112-
CMYK0.3200.210.44
HSL140.87º19.33%46.67%-
HSV(B)140.87º32.39%55.69%-
XYZ17.422318.85-
YUV124.83120.76107.44-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.43%
GREEN value IS 142 (55.86% from 255) = 40.57%
BLUE value IS 112 (44.14% from 255) = 32%
R=27.43%
G=40.57%
B=32%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal961421120.3200.210.44140.8719.3346.67
Hex608E70200152C8d132f
Octal14021616040025542152357
Binary11000001000111011100001000000101011011001000110110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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