#61A97B

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

Shades of Oxley #61A97B

Tints of Oxley #61A97B

Color information

#61A97B (or 0x61A97B) is unknown color: approx Oxley. HEX triplet: 61, A9 and 7B. RGB value is (97,169,123). Sum of RGB (Red+Green+Blue) = 97+169+123=389 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.94% from 389); Green value is 169 (66.41% from 255 or 43.44% from 389); Blue value is 123 (48.44% from 255 or 31.62% from 389); Max value from RGB is 169 - color contains mainly: green. Hex color #61A97B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61A97B is #9E5684. Grayscale: #8E8E8E. Windows color (decimal): -10376837 or 8104289. OLE color: 8104289.

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

Color convert

RGB97169123-
CMYK0.4300.270.34
HSL141.67º29.51%52.16%-
HSV(B)141.67º42.6%66.27%-
XYZ22.6932.3523.79-
YUV142.23117.1595.74-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.94%
GREEN value IS 169 (66.41% from 255) = 43.44%
BLUE value IS 123 (48.44% from 255) = 31.62%
R=24.94%
G=43.44%
B=31.62%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal971691230.4300.270.34141.6729.5152.16
Hex61A97B2B01B228e1e34
Octal14125117353033422163664
Binary11000011010100111110111010110110111000101000111011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A97B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,169,123); }

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

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

 a { background-color: rgb(97,169,123); }

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

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

 span { border-color: rgb(97,169,123); }

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