#61AB7A

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

Shades of Oxley #61AB7A

Tints of Oxley #61AB7A

Color information

#61AB7A (or 0x61AB7A) is unknown color: approx Oxley. HEX triplet: 61, AB and 7A. RGB value is (97,171,122). Sum of RGB (Red+Green+Blue) = 97+171+122=390 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.87% from 390); Green value is 171 (67.19% from 255 or 43.85% from 390); Blue value is 122 (48.05% from 255 or 31.28% from 390); Max value from RGB is 171 - color contains mainly: green. Hex color #61AB7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61AB7A is #9E5485. Grayscale: #8F8F8F. Windows color (decimal): -10376326 or 8039265. OLE color: 8039265.

HSL color Cylindrical-coordinate representation of color #61AB7A: hue angle of 140.27º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #61AB7A is Cyan = 0.43, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB97171122-
CMYK0.4300.290.33
HSL140.27º30.58%52.55%-
HSV(B)140.27º43.27%67.06%-
XYZ23.0133.0723.58-
YUV143.29115.9894.98-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.87%
GREEN value IS 171 (67.19% from 255) = 43.85%
BLUE value IS 122 (48.05% from 255) = 31.28%
R=24.87%
G=43.85%
B=31.28%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal971711220.4300.290.33140.2730.5852.55
Hex61AB7A2B01D218c1f35
Octal14125317253035412143765
Binary11000011010101111110101010110111011000011000110011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61AB7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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