#65A783

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

Shades of Oxley #65A783

Tints of Oxley #65A783

Color information

#65A783 (or 0x65A783) is unknown color: approx Oxley. HEX triplet: 65, A7 and 83. RGB value is (101,167,131). Sum of RGB (Red+Green+Blue) = 101+167+131=399 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.31% from 399); Green value is 167 (65.62% from 255 or 41.85% from 399); Blue value is 131 (51.56% from 255 or 32.83% from 399); Max value from RGB is 167 - color contains mainly: green. Hex color #65A783 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65A783 is #9A587C. Grayscale: #8F8F8F. Windows color (decimal): -10115197 or 8628069. OLE color: 8628069.

HSL color Cylindrical-coordinate representation of color #65A783: hue angle of 147.27º 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 #65A783 is Cyan = 0.40, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB101167131-
CMYK0.4000.220.35
HSL147.27º27.27%52.55%-
HSV(B)147.27º39.52%65.49%-
XYZ23.2832.0426.43-
YUV143.16121.1397.93-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.31%
GREEN value IS 167 (65.62% from 255) = 41.85%
BLUE value IS 131 (51.56% from 255) = 32.83%
R=25.31%
G=41.85%
B=32.83%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1011671310.4000.220.35147.2727.2752.55
Hex65A7832801623931b35
Octal14524720350026432233365
Binary110010110100111100000111010000101101000111001001111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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