#65A37E

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

Shades of Oxley #65A37E

Tints of Oxley #65A37E

Color information

#65A37E (or 0x65A37E) is unknown color: approx Oxley. HEX triplet: 65, A3 and 7E. RGB value is (101,163,126). Sum of RGB (Red+Green+Blue) = 101+163+126=390 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.90% from 390); Green value is 163 (64.06% from 255 or 41.79% from 390); Blue value is 126 (49.61% from 255 or 32.31% from 390); Max value from RGB is 163 - color contains mainly: green. Hex color #65A37E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65A37E is #9A5C81. Grayscale: #8C8C8C. Windows color (decimal): -10116226 or 8299365. OLE color: 8299365.

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

Color convert

RGB101163126-
CMYK0.3800.230.36
HSL144.19º25.2%51.76%-
HSV(B)144.19º38.04%63.92%-
XYZ22.2330.4724.45-
YUV140.24119.96100.01-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.90%
GREEN value IS 163 (64.06% from 255) = 41.79%
BLUE value IS 126 (49.61% from 255) = 32.31%
R=25.90%
G=41.79%
B=32.31%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1011631260.3800.230.36144.1925.251.76
Hex65A37E2601724901934
Octal14524317646027442203164
Binary11001011010001111111101001100101111001001001000011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A37E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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