#60A17A

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

Shades of Oxley #60A17A

Tints of Oxley #60A17A

Color information

#60A17A (or 0x60A17A) is unknown color: approx Oxley. HEX triplet: 60, A1 and 7A. RGB value is (96,161,122). Sum of RGB (Red+Green+Blue) = 96+161+122=379 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.33% from 379); Green value is 161 (63.28% from 255 or 42.48% from 379); Blue value is 122 (48.05% from 255 or 32.19% from 379); Max value from RGB is 161 - color contains mainly: green. Hex color #60A17A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60A17A is #9F5E85. Grayscale: #898989. Windows color (decimal): -10444422 or 8036704. OLE color: 8036704.

HSL color Cylindrical-coordinate representation of color #60A17A: hue angle of 144º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #60A17A is Cyan = 0.40, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.37.

Color convert

RGB96161122-
CMYK0.4000.240.37
HSL144º25.69%50.39%-
HSV(B)144º40.37%63.14%-
XYZ21.0829.3822.97-
YUV137.12119.4798.67-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.33%
GREEN value IS 161 (63.28% from 255) = 42.48%
BLUE value IS 122 (48.05% from 255) = 32.19%
R=25.33%
G=42.48%
B=32.19%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal961611220.4000.240.3714425.6950.39
Hex60A17A2801825901a32
Octal14024117250030452203262
Binary11000001010000111110101010000110001001011001000011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60A17A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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