#65A47B

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

Shades of Oxley #65A47B

Tints of Oxley #65A47B

Color information

#65A47B (or 0x65A47B) is unknown color: approx Oxley. HEX triplet: 65, A4 and 7B. RGB value is (101,164,123). Sum of RGB (Red+Green+Blue) = 101+164+123=388 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.03% from 388); Green value is 164 (64.45% from 255 or 42.27% from 388); Blue value is 123 (48.44% from 255 or 31.70% from 388); Max value from RGB is 164 - color contains mainly: green. Hex color #65A47B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65A47B is #9A5B84. Grayscale: #8C8C8C. Windows color (decimal): -10115973 or 8103013. OLE color: 8103013.

HSL color Cylindrical-coordinate representation of color #65A47B: hue angle of 140.95º degrees, saturation: 0.26, 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 #65A47B is Cyan = 0.38, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB101164123-
CMYK0.3800.250.36
HSL140.95º25.71%51.96%-
HSV(B)140.95º38.41%64.31%-
XYZ22.2230.7523.5-
YUV140.49118.1399.83-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.03%
GREEN value IS 164 (64.45% from 255) = 42.27%
BLUE value IS 123 (48.44% from 255) = 31.70%
R=26.03%
G=42.27%
B=31.70%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1011641230.3800.250.36140.9525.7151.96
Hex65A47B26019248d1a34
Octal14524417346031442153264
Binary11001011010010011110111001100110011001001000110111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A47B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,164,123); }

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

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

 a { background-color: rgb(101,164,123); }

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

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

 span { border-color: rgb(101,164,123); }

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