#61A87A

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

Shades of Oxley #61A87A

Tints of Oxley #61A87A

Color information

#61A87A (or 0x61A87A) is unknown color: approx Oxley. HEX triplet: 61, A8 and 7A. RGB value is (97,168,122). Sum of RGB (Red+Green+Blue) = 97+168+122=387 (51% of max value = 765). Red value is 97 (38.28% from 255 or 25.06% from 387); Green value is 168 (66.02% from 255 or 43.41% from 387); Blue value is 122 (48.05% from 255 or 31.52% from 387); Max value from RGB is 168 - color contains mainly: green. Hex color #61A87A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61A87A is #9E5785. Grayscale: #8D8D8D. Windows color (decimal): -10377094 or 8038497. OLE color: 8038497.

HSL color Cylindrical-coordinate representation of color #61A87A: hue angle of 141.13º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #61A87A is Cyan = 0.42, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB97168122-
CMYK0.4200.270.34
HSL141.13º28.98%51.96%-
HSV(B)141.13º42.26%65.88%-
XYZ22.4531.9523.4-
YUV141.53116.9896.24-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.06%
GREEN value IS 168 (66.02% from 255) = 43.41%
BLUE value IS 122 (48.05% from 255) = 31.52%
R=25.06%
G=43.41%
B=31.52%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal971681220.4200.270.34141.1328.9851.96
Hex61A87A2A01B228d1d34
Octal14125017252033422153564
Binary11000011010100011110101010100110111000101000110111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A87A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61A87A; }

 p { color: rgb(97,168,122); }

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

<style>
 a { background-color: #61A87A; }

 a { background-color: rgb(97,168,122); }

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

<style>
 span { border-color: #61A87A; }

 span { border-color: rgb(97,168,122); }

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