#65A37D

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

Shades of Oxley #65A37D

Tints of Oxley #65A37D

Color information

#65A37D (or 0x65A37D) is unknown color: approx Oxley. HEX triplet: 65, A3 and 7D. RGB value is (101,163,125). Sum of RGB (Red+Green+Blue) = 101+163+125=389 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.96% from 389); Green value is 163 (64.06% from 255 or 41.90% from 389); Blue value is 125 (49.22% from 255 or 32.13% from 389); Max value from RGB is 163 - color contains mainly: green. Hex color #65A37D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65A37D is #9A5C82. Grayscale: #8C8C8C. Windows color (decimal): -10116227 or 8233829. OLE color: 8233829.

HSL color Cylindrical-coordinate representation of color #65A37D: hue angle of 143.23º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #65A37D is Cyan = 0.38, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB101163125-
CMYK0.3800.230.36
HSL143.23º25.2%51.76%-
HSV(B)143.23º38.04%63.92%-
XYZ22.1730.4424.11-
YUV140.13119.46100.09-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.96%
GREEN value IS 163 (64.06% from 255) = 41.90%
BLUE value IS 125 (49.22% from 255) = 32.13%
R=25.96%
G=41.90%
B=32.13%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1011631250.3800.230.36143.2325.251.76
Hex65A37D26017248f1934
Octal14524317546027442173164
Binary11001011010001111111011001100101111001001000111111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A37D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65A37D; }

 p { color: rgb(101,163,125); }

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

<style>
 a { background-color: #65A37D; }

 a { background-color: rgb(101,163,125); }

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

<style>
 span { border-color: #65A37D; }

 span { border-color: rgb(101,163,125); }

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