#60A772

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

Shades of Oxley #60A772

Tints of Oxley #60A772

Color information

#60A772 (or 0x60A772) is unknown color: approx Oxley. HEX triplet: 60, A7 and 72. RGB value is (96,167,114). Sum of RGB (Red+Green+Blue) = 96+167+114=377 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.46% from 377); Green value is 167 (65.62% from 255 or 44.30% from 377); Blue value is 114 (44.92% from 255 or 30.24% from 377); Max value from RGB is 167 - color contains mainly: green. Hex color #60A772 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60A772 is #9F588D. Grayscale: #8B8B8B. Windows color (decimal): -10442894 or 7513952. OLE color: 7513952.

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

Color convert

RGB96167114-
CMYK0.4300.320.35
HSL135.21º28.74%51.57%-
HSV(B)135.21º42.51%65.49%-
XYZ21.6831.3420.83-
YUV139.73113.4896.81-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.46%
GREEN value IS 167 (65.62% from 255) = 44.30%
BLUE value IS 114 (44.92% from 255) = 30.24%
R=25.46%
G=44.30%
B=30.24%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal961671140.4300.320.35135.2128.7451.57
Hex60A7722B02023871d34
Octal14024716253040432073564
Binary110000010100111111001010101101000001000111000011111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60A772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,167,114); }

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

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

 a { background-color: rgb(96,167,114); }

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

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

 span { border-color: rgb(96,167,114); }

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