#65A779

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

Shades of Oxley #65A779

Tints of Oxley #65A779

Color information

#65A779 (or 0x65A779) is unknown color: approx Oxley. HEX triplet: 65, A7 and 79. RGB value is (101,167,121). Sum of RGB (Red+Green+Blue) = 101+167+121=389 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.96% from 389); Green value is 167 (65.62% from 255 or 42.93% from 389); Blue value is 121 (47.66% from 255 or 31.11% from 389); Max value from RGB is 167 - color contains mainly: green. Hex color #65A779 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65A779 is #9A5886. Grayscale: #8E8E8E. Windows color (decimal): -10115207 or 7972709. OLE color: 7972709.

HSL color Cylindrical-coordinate representation of color #65A779: hue angle of 138.18º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #65A779 is Cyan = 0.40, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.35.

Color convert

RGB101167121-
CMYK0.4000.280.35
HSL138.18º27.27%52.55%-
HSV(B)138.18º39.52%65.49%-
XYZ22.6431.7823.03-
YUV142.02116.1398.74-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.96%
GREEN value IS 167 (65.62% from 255) = 42.93%
BLUE value IS 121 (47.66% from 255) = 31.11%
R=25.96%
G=42.93%
B=31.11%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1011671210.4000.280.35138.1827.2752.55
Hex65A7792801C238a1b35
Octal14524717150034432123365
Binary11001011010011111110011010000111001000111000101011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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