#60A67A

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

Shades of Oxley #60A67A

Tints of Oxley #60A67A

Color information

#60A67A (or 0x60A67A) is unknown color: approx Oxley. HEX triplet: 60, A6 and 7A. RGB value is (96,166,122). Sum of RGB (Red+Green+Blue) = 96+166+122=384 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25% from 384); Green value is 166 (65.23% from 255 or 43.23% from 384); Blue value is 122 (48.05% from 255 or 31.77% from 384); Max value from RGB is 166 - color contains mainly: green. Hex color #60A67A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60A67A is #9F5985. Grayscale: #8C8C8C. Windows color (decimal): -10443142 or 8037984. OLE color: 8037984.

HSL color Cylindrical-coordinate representation of color #60A67A: hue angle of 142.29º 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 #60A67A is Cyan = 0.42, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB96166122-
CMYK0.4200.270.35
HSL142.29º28.23%51.37%-
HSV(B)142.29º42.17%65.1%-
XYZ21.9731.1623.27-
YUV140.05117.8196.58-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25%
GREEN value IS 166 (65.23% from 255) = 43.23%
BLUE value IS 122 (48.05% from 255) = 31.77%
R=25%
G=43.23%
B=31.77%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal961661220.4200.270.35142.2928.2351.37
Hex60A67A2A01B238e1c33
Octal14024617252033432163463
Binary11000001010011011110101010100110111000111000111011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60A67A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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