#65A379

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

Shades of Oxley #65A379

Tints of Oxley #65A379

Color information

#65A379 (or 0x65A379) is unknown color: approx Oxley. HEX triplet: 65, A3 and 79. RGB value is (101,163,121). Sum of RGB (Red+Green+Blue) = 101+163+121=385 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.23% from 385); Green value is 163 (64.06% from 255 or 42.34% from 385); Blue value is 121 (47.66% from 255 or 31.43% from 385); Max value from RGB is 163 - color contains mainly: green. Hex color #65A379 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65A379 is #9A5C86. Grayscale: #8B8B8B. Windows color (decimal): -10116231 or 7971685. OLE color: 7971685.

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

Color convert

RGB101163121-
CMYK0.3800.260.36
HSL139.35º25.2%51.76%-
HSV(B)139.35º38.04%63.92%-
XYZ21.9230.3422.79-
YUV139.67117.46100.42-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.23%
GREEN value IS 163 (64.06% from 255) = 42.34%
BLUE value IS 121 (47.66% from 255) = 31.43%
R=26.23%
G=42.34%
B=31.43%

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
Decimal1011631210.3800.260.36139.3525.251.76
Hex65A3792601A248b1934
Octal14524317146032442133164
Binary11001011010001111110011001100110101001001000101111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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