#60A37A

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

Shades of Oxley #60A37A

Tints of Oxley #60A37A

Color information

#60A37A (or 0x60A37A) is unknown color: approx Oxley. HEX triplet: 60, A3 and 7A. RGB value is (96,163,122). Sum of RGB (Red+Green+Blue) = 96+163+122=381 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.20% from 381); Green value is 163 (64.06% from 255 or 42.78% from 381); Blue value is 122 (48.05% from 255 or 32.02% from 381); Max value from RGB is 163 - color contains mainly: green. Hex color #60A37A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60A37A is #9F5C85. Grayscale: #8A8A8A. Windows color (decimal): -10443910 or 8037216. OLE color: 8037216.

HSL color Cylindrical-coordinate representation of color #60A37A: hue angle of 143.28º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #60A37A is Cyan = 0.41, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB96163122-
CMYK0.4100.250.36
HSL143.28º26.69%50.78%-
HSV(B)143.28º41.1%63.92%-
XYZ21.4330.0923.09-
YUV138.29118.897.83-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.20%
GREEN value IS 163 (64.06% from 255) = 42.78%
BLUE value IS 122 (48.05% from 255) = 32.02%
R=25.20%
G=42.78%
B=32.02%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal961631220.4100.250.36143.2826.6950.78
Hex60A37A29019248f1b33
Octal14024317251031442173363
Binary11000001010001111110101010010110011001001000111111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60A37A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,163,122); }

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

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

 a { background-color: rgb(96,163,122); }

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

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

 span { border-color: rgb(96,163,122); }

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