#60A676

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

Shades of Oxley #60A676

Tints of Oxley #60A676

Color information

#60A676 (or 0x60A676) is unknown color: approx Oxley. HEX triplet: 60, A6 and 76. RGB value is (96,166,118). Sum of RGB (Red+Green+Blue) = 96+166+118=380 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.26% from 380); Green value is 166 (65.23% from 255 or 43.68% from 380); Blue value is 118 (46.48% from 255 or 31.05% from 380); Max value from RGB is 166 - color contains mainly: green. Hex color #60A676 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60A676 is #9F5989. Grayscale: #8B8B8B. Windows color (decimal): -10443146 or 7775840. OLE color: 7775840.

HSL color Cylindrical-coordinate representation of color #60A676: hue angle of 138.86º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #60A676 is Cyan = 0.42, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.35.

Color convert

RGB96166118-
CMYK0.4200.290.35
HSL138.86º28.23%51.37%-
HSV(B)138.86º42.17%65.1%-
XYZ21.7331.0721.99-
YUV139.6115.8196.9-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.26%
GREEN value IS 166 (65.23% from 255) = 43.68%
BLUE value IS 118 (46.48% from 255) = 31.05%
R=25.26%
G=43.68%
B=31.05%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal961661180.4200.290.35138.8628.2351.37
Hex60A6762A01D238b1c33
Octal14024616652035432133463
Binary11000001010011011101101010100111011000111000101111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60A676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60A676; }

 p { color: rgb(96,166,118); }

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

<style>
 a { background-color: #60A676; }

 a { background-color: rgb(96,166,118); }

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

<style>
 span { border-color: #60A676; }

 span { border-color: rgb(96,166,118); }

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