#65A382

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

Shades of Oxley #65A382

Tints of Oxley #65A382

Color information

#65A382 (or 0x65A382) is unknown color: approx Oxley. HEX triplet: 65, A3 and 82. RGB value is (101,163,130). Sum of RGB (Red+Green+Blue) = 101+163+130=394 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.63% from 394); Green value is 163 (64.06% from 255 or 41.37% from 394); Blue value is 130 (51.17% from 255 or 32.99% from 394); Max value from RGB is 163 - color contains mainly: green. Hex color #65A382 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65A382 is #9A5C7D. Grayscale: #8C8C8C. Windows color (decimal): -10116222 or 8561509. OLE color: 8561509.

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

Color convert

RGB101163130-
CMYK0.3800.200.36
HSL148.06º25.2%51.76%-
HSV(B)148.06º38.04%63.92%-
XYZ22.4930.5725.83-
YUV140.7121.9699.68-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.63%
GREEN value IS 163 (64.06% from 255) = 41.37%
BLUE value IS 130 (51.17% from 255) = 32.99%
R=25.63%
G=41.37%
B=32.99%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1011631300.3800.200.36148.0625.251.76
Hex65A3822601424941934
Octal14524320246024442243164
Binary110010110100011100000101001100101001001001001010011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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