#65A472

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

Shades of Oxley #65A472

Tints of Oxley #65A472

Color information

#65A472 (or 0x65A472) is unknown color: approx Oxley. HEX triplet: 65, A4 and 72. RGB value is (101,164,114). Sum of RGB (Red+Green+Blue) = 101+164+114=379 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.65% from 379); Green value is 164 (64.45% from 255 or 43.27% from 379); Blue value is 114 (44.92% from 255 or 30.08% from 379); Max value from RGB is 164 - color contains mainly: green. Hex color #65A472 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65A472 is #9A5B8D. Grayscale: #8B8B8B. Windows color (decimal): -10115982 or 7513189. OLE color: 7513189.

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

Color convert

RGB101164114-
CMYK0.3800.300.36
HSL132.38º25.71%51.96%-
HSV(B)132.38º38.41%64.31%-
XYZ21.6830.5320.67-
YUV139.46113.63100.57-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.65%
GREEN value IS 164 (64.45% from 255) = 43.27%
BLUE value IS 114 (44.92% from 255) = 30.08%
R=26.65%
G=43.27%
B=30.08%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1011641140.3800.300.36132.3825.7151.96
Hex65A4722601E24841a34
Octal14524416246036442043264
Binary11001011010010011100101001100111101001001000010011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,164,114); }

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

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

 a { background-color: rgb(101,164,114); }

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

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

 span { border-color: rgb(101,164,114); }

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