#65A477

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

Shades of Oxley #65A477

Tints of Oxley #65A477

Color information

#65A477 (or 0x65A477) is unknown color: approx Oxley. HEX triplet: 65, A4 and 77. RGB value is (101,164,119). Sum of RGB (Red+Green+Blue) = 101+164+119=384 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.30% from 384); Green value is 164 (64.45% from 255 or 42.71% from 384); Blue value is 119 (46.88% from 255 or 30.99% from 384); Max value from RGB is 164 - color contains mainly: green. Hex color #65A477 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65A477 is #9A5B88. Grayscale: #8C8C8C. Windows color (decimal): -10115977 or 7840869. OLE color: 7840869.

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

Color convert

RGB101164119-
CMYK0.3800.270.36
HSL137.14º25.71%51.96%-
HSV(B)137.14º38.41%64.31%-
XYZ21.9730.6522.21-
YUV140.03116.13100.16-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.30%
GREEN value IS 164 (64.45% from 255) = 42.71%
BLUE value IS 119 (46.88% from 255) = 30.99%
R=26.30%
G=42.71%
B=30.99%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1011641190.3800.270.36137.1425.7151.96
Hex65A4772601B24891a34
Octal14524416746033442113264
Binary11001011010010011101111001100110111001001000100111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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