#659673

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

Shades of Oxley #659673

Tints of Oxley #659673

Color information

#659673 (or 0x659673) is unknown color: approx Oxley. HEX triplet: 65, 96 and 73. RGB value is (101,150,115). Sum of RGB (Red+Green+Blue) = 101+150+115=366 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.60% from 366); Green value is 150 (58.98% from 255 or 40.98% from 366); Blue value is 115 (45.31% from 255 or 31.42% from 366); Max value from RGB is 150 - color contains mainly: green. Hex color #659673 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659673 is #9A698C. Grayscale: #838383. Windows color (decimal): -10119565 or 7575141. OLE color: 7575141.

HSL color Cylindrical-coordinate representation of color #659673: hue angle of 137.14º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #659673 is Cyan = 0.33, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB101150115-
CMYK0.3300.230.41
HSL137.14º19.52%49.22%-
HSV(B)137.14º32.67%58.82%-
XYZ19.3725.8220.18-
YUV131.36118.77106.35-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.60%
GREEN value IS 150 (58.98% from 255) = 40.98%
BLUE value IS 115 (45.31% from 255) = 31.42%
R=27.60%
G=40.98%
B=31.42%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1011501150.3300.230.41137.1419.5249.22
Hex6596732101729891431
Octal14522616341027512112461
Binary11001011001011011100111000010101111010011000100110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659673; }

 p { color: rgb(101,150,115); }

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

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

 a { background-color: rgb(101,150,115); }

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

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

 span { border-color: rgb(101,150,115); }

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