#659470

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

Shades of Oxley #659470

Tints of Oxley #659470

Color information

#659470 (or 0x659470) is unknown color: approx Oxley. HEX triplet: 65, 94 and 70. RGB value is (101,148,112). Sum of RGB (Red+Green+Blue) = 101+148+112=361 (47% of max value = 765). Red value is 101 (39.84% from 255 or 27.98% from 361); Green value is 148 (58.20% from 255 or 41.00% from 361); Blue value is 112 (44.14% from 255 or 31.02% from 361); Max value from RGB is 148 - color contains mainly: green. Hex color #659470 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659470 is #9A6B8F. Grayscale: #818181. Windows color (decimal): -10120080 or 7378021. OLE color: 7378021.

HSL color Cylindrical-coordinate representation of color #659470: hue angle of 134.04º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #659470 is Cyan = 0.32, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB101148112-
CMYK0.3200.240.42
HSL134.04º18.88%48.82%-
HSV(B)134.04º31.76%58.04%-
XYZ18.8825.1219.18-
YUV129.84117.93107.43-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.98%
GREEN value IS 148 (58.20% from 255) = 41.00%
BLUE value IS 112 (44.14% from 255) = 31.02%
R=27.98%
G=41.00%
B=31.02%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1011481120.3200.240.42134.0418.8848.82
Hex659470200182A861331
Octal14522416040030522062361
Binary11001011001010011100001000000110001010101000011010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659470; }

 p { color: rgb(101,148,112); }

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

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

 a { background-color: rgb(101,148,112); }

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

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

 span { border-color: rgb(101,148,112); }

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