#65A479

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

Shades of Oxley #65A479

Tints of Oxley #65A479

Color information

#65A479 (or 0x65A479) is unknown color: approx Oxley. HEX triplet: 65, A4 and 79. RGB value is (101,164,121). Sum of RGB (Red+Green+Blue) = 101+164+121=386 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.17% from 386); Green value is 164 (64.45% from 255 or 42.49% from 386); Blue value is 121 (47.66% from 255 or 31.35% from 386); Max value from RGB is 164 - color contains mainly: green. Hex color #65A479 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65A479 is #9A5B86. Grayscale: #8C8C8C. Windows color (decimal): -10115975 or 7971941. OLE color: 7971941.

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

Color convert

RGB101164121-
CMYK0.3800.260.36
HSL139.05º25.71%51.96%-
HSV(B)139.05º38.41%64.31%-
XYZ22.0930.722.85-
YUV140.26117.13100-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.17%
GREEN value IS 164 (64.45% from 255) = 42.49%
BLUE value IS 121 (47.66% from 255) = 31.35%
R=26.17%
G=42.49%
B=31.35%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1011641210.3800.260.36139.0525.7151.96
Hex65A4792601A248b1a34
Octal14524417146032442133264
Binary11001011010010011110011001100110101001001000101111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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