#658B72

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

Shades of Oxley #658B72

Tints of Oxley #658B72

Color information

#658B72 (or 0x658B72) is unknown color: approx Oxley. HEX triplet: 65, 8B and 72. RGB value is (101,139,114). Sum of RGB (Red+Green+Blue) = 101+139+114=354 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.53% from 354); Green value is 139 (54.69% from 255 or 39.27% from 354); Blue value is 114 (44.92% from 255 or 32.20% from 354); Max value from RGB is 139 - color contains mainly: green. Hex color #658B72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #658B72 is #9A748D. Grayscale: #7C7C7C. Windows color (decimal): -10122382 or 7506789. OLE color: 7506789.

HSL color Cylindrical-coordinate representation of color #658B72: hue angle of 140.53º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #658B72 is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.

Color convert

RGB101139114-
CMYK0.2700.180.45
HSL140.53º15.83%47.06%-
HSV(B)140.53º27.34%54.51%-
XYZ17.6422.4519.32-
YUV124.79121.91111.03-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.53%
GREEN value IS 139 (54.69% from 255) = 39.27%
BLUE value IS 114 (44.92% from 255) = 32.20%
R=28.53%
G=39.27%
B=32.20%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1011391140.2700.180.45140.5315.8347.06
Hex658B721B0122D8d102f
Octal14521316233022552152057
Binary1100101100010111110010110110100101011011000110110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658B72; }

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

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

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

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

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

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

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

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