#61A87D

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

Shades of Oxley #61A87D

Tints of Oxley #61A87D

Color information

#61A87D (or 0x61A87D) is unknown color: approx Oxley. HEX triplet: 61, A8 and 7D. RGB value is (97,168,125). Sum of RGB (Red+Green+Blue) = 97+168+125=390 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.87% from 390); Green value is 168 (66.02% from 255 or 43.08% from 390); Blue value is 125 (49.22% from 255 or 32.05% from 390); Max value from RGB is 168 - color contains mainly: green. Hex color #61A87D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61A87D is #9E5782. Grayscale: #8D8D8D. Windows color (decimal): -10377091 or 8235105. OLE color: 8235105.

HSL color Cylindrical-coordinate representation of color #61A87D: hue angle of 143.66º 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 #61A87D is Cyan = 0.42, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.34.

Color convert

RGB97168125-
CMYK0.4200.260.34
HSL143.66º28.98%51.96%-
HSV(B)143.66º42.26%65.88%-
XYZ22.6332.0324.39-
YUV141.87118.4896-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.87%
GREEN value IS 168 (66.02% from 255) = 43.08%
BLUE value IS 125 (49.22% from 255) = 32.05%
R=24.87%
G=43.08%
B=32.05%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal971681250.4200.260.34143.6628.9851.96
Hex61A87D2A01A22901d34
Octal14125017552032422203564
Binary11000011010100011111011010100110101000101001000011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A87D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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